mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-06 15:22:47 +01:00
Add timeformat edit (#6)
This commit is contained in:
@@ -81,6 +81,12 @@
|
|||||||
v-model="editoruserdata.email"
|
v-model="editoruserdata.email"
|
||||||
></v-text-field>
|
></v-text-field>
|
||||||
|
|
||||||
|
<v-text-field
|
||||||
|
prepend-icon="mdi-timetable"
|
||||||
|
label="Timeformat"
|
||||||
|
v-model="editoruserdata.timeformat"
|
||||||
|
></v-text-field>
|
||||||
|
|
||||||
<v-btn
|
<v-btn
|
||||||
color="success"
|
color="success"
|
||||||
outlined
|
outlined
|
||||||
|
|||||||
Reference in New Issue
Block a user