fix: remove info
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Carlos Satorres 2025-02-24 12:04:33 +01:00
parent 471fd00d8f
commit 139389ef9b
1 changed files with 4 additions and 9 deletions

View File

@ -19,15 +19,10 @@ const { t } = useI18n();
auto-load auto-load
> >
<template #form="{ data }"> <template #form="{ data }">
<VnInput :label="$t('worker.summary.sipExtension')" v-model="data.extension"> <VnInput
<template #append> :label="$t('worker.summary.sipExtension')"
<QIcon name="info" class="cursor-info"> v-model="data.extension"
<QTooltip>{{ />
t('It must be a 4-digit number and must not end in 00')
}}</QTooltip>
</QIcon>
</template>
</VnInput>
</template> </template>
</FormModel> </FormModel>
</template> </template>