editor and synchronization
This commit is contained in:
parent
28ac0a835b
commit
d7596c3f2d
7 changed files with 12 additions and 7 deletions
|
@ -12,11 +12,11 @@
|
|||
<div class="flex flex-row gap-2 w-full">
|
||||
<div class="w-full">
|
||||
<label for="starttime">Startzeit</label>
|
||||
<input type="time" id="starttime" v-model="activeProtocolObj.starttime" />
|
||||
<input type="time" id="starttime" step="1" v-model="activeProtocolObj.starttime" />
|
||||
</div>
|
||||
<div class="w-full">
|
||||
<label for="endtime">Endzeit</label>
|
||||
<input type="time" id="endtime" v-model="activeProtocolObj.endtime" />
|
||||
<input type="time" id="endtime" step="1" v-model="activeProtocolObj.endtime" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex flex-col h-1/2">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue