8714-devToTest #1547

Merged
alexm merged 712 commits from 8714-devToTest into test 2025-03-04 14:08:01 +00:00
1 changed files with 4 additions and 9 deletions
Showing only changes of commit 139389ef9b - Show all commits

View File

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