chore: refs #5770 update AccountSamba.vue for improved structure and readability
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
cbb36d0ec7
commit
ce08aeb1aa
|
@ -156,10 +156,14 @@ onMounted(async () => await getInitialSambaConfig());
|
|||
:required="true"
|
||||
:rules="validate('SambaConfigs.userDn')"
|
||||
/>
|
||||
<VnInput
|
||||
:label="t('samba.groupDn')"
|
||||
v-model="data.groupDn"
|
||||
:rules="validate('SambaConfigs.groupDn')"
|
||||
/>
|
||||
<QCheckbox
|
||||
:label="t('samba.verifyCertificate')"
|
||||
v-model="data.verifyCert"
|
||||
:rules="validate('SambaConfigs.groupDn')"
|
||||
:toggle-indeterminate="false"
|
||||
/>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue