Show plan badge in section headers if feature is not included

This commit is contained in:
Johannes Zellner
2025-05-13 13:26:35 +02:00
parent 43c69d4288
commit 6c115804e8
5 changed files with 24 additions and 5 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ onMounted(async () => {
</div>
</Dialog>
<Section :title="$t('users.externalLdap.title')" :disabled="!features.externalLdap">
<Section :title="$t('users.externalLdap.title')" :title-badge="!features.externalLdap ? 'Business' : ''">
<template #header-buttons>
<Button tool icon="fas fa-align-left" v-tooltip="$t('domains.renewCerts.showLogsAction')" :menu="taskLogsMenu" :disabled="!taskLogsMenu.length"/>
</template>