feat(topology): hide Ansible Automation section when Semaphore is disabled
This commit is contained in:
@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user