mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 15:29:28 +01:00
feat(apps): add path to ui
This commit is contained in:
parent
15991dc411
commit
4e1fe140d2
@ -35,6 +35,14 @@
|
|||||||
:disabled="formSaving"
|
:disabled="formSaving"
|
||||||
></v-text-field>
|
></v-text-field>
|
||||||
|
|
||||||
|
<v-text-field
|
||||||
|
v-model="item.path"
|
||||||
|
:label="$t('Path')"
|
||||||
|
:rules="[v => !!v || $t('path_required')]"
|
||||||
|
required
|
||||||
|
:disabled="formSaving"
|
||||||
|
></v-text-field>
|
||||||
|
|
||||||
<v-checkbox
|
<v-checkbox
|
||||||
v-model="item.active"
|
v-model="item.active"
|
||||||
:label="$t('Active')"
|
:label="$t('Active')"
|
||||||
|
Loading…
Reference in New Issue
Block a user