1
0
mirror of https://gitlab.com/JKANetwork/CheckServer.git synced 2026-02-25 22:43:47 +01:00
Files
2020-10-04 17:14:00 +02:00

11 lines
515 B
HTML

<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>