feat: Certificate request form #7
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
||||||
</v-row>
|
</v-row>
|
||||||
<v-row>
|
<v-row>
|
||||||
<v-col cols="12" md="4">
|
<v-col cols="12" md="4">
|
||||||
<v-text-field type="number" v-model="validity.duration" label="Duration for validity in Days"/>
|
<v-text-field type="number" v-model="validity.duration" :rules="validity.durationRules" label="Duration for validity in Days"/>
|
||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
<v-row>
|
<v-row>
|
||||||
|
|
Loading…
Add table
Reference in a new issue