fix: remove info
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
471fd00d8f
commit
139389ef9b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue