Skip to content

Commit 501218e

Browse files
committed
fix mixing up start/endtime for downtimes set from the extinfo page
1 parent 18f2757 commit 501218e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/_cmd_parts.tt

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<th class='w-1/4'>Start Time</th>
7474
<td>
7575
<div class="flex flex-nowrap gap-1">
76-
<input type='text' name='start_time' id="start_time" value="[% start_time | html %]" class="date_input cal_popup[% IF range %]_range[% END %] cal_popup_select cal_popup_select_future w-36" required onkeyup="verify_time(this)">
76+
<input type='text' name='start_time' id="start_time" value="[% start_time | html %]" class="date_input cal_popup[% IF range %]_range_cond[% END %] cal_popup_select cal_popup_select_future w-36" required onkeyup="verify_time(this[% IF range %],'end_time'[% END %])">
7777
<div><i class="uil uil-schedule text-lg cal_icon cal_popup for_start_time" title="pick date"></i></div>
7878
</div>
7979
</td>

0 commit comments

Comments
 (0)