mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-06-14 20:26:18 +02:00
Start again
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon">
|
||||
start time
|
||||
</span>
|
||||
<input type="text" name="filter.startTime[]" class="form-control" placeholder="start time" id="start-time-input" value="" data-datetimepicker data-click-target>
|
||||
<span class="input-group-addon">
|
||||
end time
|
||||
</span>
|
||||
<input type="text" name="filter.endTime[]" class="form-control" placeholder="end time" id="end-time-input" value=""
|
||||
data-datetimepicker>
|
||||
</div>
|
||||
Reference in New Issue
Block a user