0
0
Fork 0

feat: isPublic checkbox

This commit is contained in:
Javier Segarra 2024-06-03 15:09:34 +02:00
parent 668dc5fd53
commit 0d1453ddeb
4 changed files with 9 additions and 2 deletions

View File

@ -74,13 +74,13 @@ const inputRules = [
<template v-if="$slots.prepend" #prepend>
<slot name="prepend" />
</template>
<template #append>
<slot name="append" v-if="$slots.append && !$attrs.disabled" />
<QIcon
name="close"
size="xs"
v-if="$slots.append && hover && value && !$attrs.disabled"
v-if="hover && value && !$attrs.disabled"
@click="value = null"
></QIcon>
</template>

View File

@ -26,6 +26,11 @@ const { t } = useI18n();
/>
</div>
</VnRow>
<VnRow class="row q-gutter-md q-mb-md">
<div class="col">
<QCheckbox :label="t('mailAlias.isPublic')" v-model="data.isPublic" />
</div>
</VnRow>
</template>
</FormModel>
</template>

View File

@ -51,6 +51,7 @@ mailAlias:
id: Id
newAlias: New alias
name: Name
isPublic: Public
ldap:
enableSync: Enable synchronization
server: Server

View File

@ -62,6 +62,7 @@ mailAlias:
id: Id
newAlias: Nuevo alias
name: Nombre
isPublic: Público
ldap:
enableSync: Habilitar sincronización
server: Servidor