minor changes

This commit is contained in:
sanjayk03-dev
2024-08-27 22:17:00 +05:30
parent 4624e5cafd
commit 6944d45600

View File

@@ -68,5 +68,5 @@ script#admin-general-view-template(type="text/x-template")
.pure-form .pure-form
input(id="date" type="date" v-model="selected_date") input(id="date" type="date" v-model="selected_date")
input(id="hours" type="text" v-model="selected_hours" placeholder="HH" maxlength="2" min="0" max="23" style="width:45px") input(id="hours" type="text" v-model="selected_hours" placeholder="HH" maxlength="2" min="0" max="23" style="width:45px")
input(id="minutes" type="text" v-model="selected_minutes" placeholder="MM" maxlength="2" min="0" max="59" style="width:45px") input(id="minutes" type="text" v-model="selected_minutes" placeholder="MM" maxlength="2" min="0" max="59" style="width:48px")
button.pure-button.pure-button-primary(@click="change_date_time", style="margin:5px") Update Date/Time button.pure-button.pure-button-primary(@click="change_date_time", style="margin:5px") Update Date/Time