Do not hide features of UI behind overlay

This commit is contained in:
Johannes Zellner
2025-05-13 12:56:12 +02:00
parent b8dcfcf900
commit 43c69d4288
5 changed files with 1 additions and 52 deletions
@@ -308,12 +308,6 @@ onMounted(async () => {
<Button tool icon="fas fa-align-left" v-tooltip="$t('domains.renewCerts.showLogsAction')" :menu="taskLogsMenu" :disabled="!taskLogsMenu.length"/>
</template>
<template #overlay>
<div style="display: flex; justify-content: center; align-items: center; height: 100%;">
<Button @click="subscriptionRequiredDialog.open()">Subscription Required</Button>
</div>
</template>
<p>{{ $t('users.externalLdap.description') }}</p>
<div v-if="features.externalLdap">