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

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

View File

@ -26,6 +26,11 @@ const { t } = useI18n();
/> />
</div> </div>
</VnRow> </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> </template>
</FormModel> </FormModel>
</template> </template>

View File

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

View File

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