Use text-warning when showing warning below input elements

This commit is contained in:
Girish Ramakrishnan
2025-10-06 11:09:12 +02:00
parent 758daee0c9
commit ca96e40397
9 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ onMounted(async () => {
<TextInput id="ldapUrlInput" v-model="ldapUrl" readonly style="flex-grow: 1;"/>
<Button tool @click="onCopyToClipboard(ldapUrl)" icon="fa fa-clipboard" />
</InputGroup>
<p class="text-small text-warning" v-show="adminDomain.provider === 'cloudflare'">{{ $t('users.exposedLdap.cloudflarePortWarning') }} </p>
<div class="warning-label" v-show="adminDomain.provider === 'cloudflare'">{{ $t('users.exposedLdap.cloudflarePortWarning') }}</div>
</FormGroup>
<FormGroup>