X's replaced with ×

This commit is contained in:
2021-03-05 13:51:51 +01:00
parent def39f3ae8
commit c8e5a16e9e
8 changed files with 32 additions and 13 deletions

View File

@@ -92,15 +92,22 @@
<div id="history" style="display:none;">
<div id="historyDisplay">
<div>
<div><input type="text" name="dateFrom" id="historyFrom" placeholder="rrrr-mm-dd"/></div>
<div><input type="text" name="dateTo" id="historyTo" placeholder="rrrr-mm-dd"/></div>
<div>
<label for="historyFrom">From</label>
<input type="datetime" name="dateFrom" id="historyFrom"/>
</div>
<div>
<label for="historyTo">To</label>
<input type="datetime" name="dateTo" id="historyTo"/>
</div>
<button>Search</button>
</div>
<div>
<table id="historyTable">
<thead>
<tr>
<td></td>
<td></td>
<td>Timestamp</td>
<td>Status</td>
</tr>
</thead>
<tbody></tbody>