feat(topology): hide Ansible Automation section when Semaphore is disabled

This commit is contained in:
Brückner
2026-06-10 16:37:50 +02:00
parent 5c7ad3140a
commit e0fd19f471
3 changed files with 8 additions and 3 deletions

View File

@ -272,6 +272,7 @@ async function startServer() {
azureEnabled: enabled && Boolean(clientId) && Boolean(tenantId) && Boolean(secret),
effectiveRedirectUri,
checkmkEnabled: getSetting('checkmk_enabled') === 'true',
semaphoreEnabled: getSetting('semaphore_enabled') === 'true',
checkmkBaseUrl: cmkApiUrl.replace(/\/api\/.*$/, ''),
isProduction: IS_PRODUCTION,
});