T139 fields size adjusted
This commit is contained in:
@@ -91,46 +91,45 @@
|
||||
</table>
|
||||
</div>
|
||||
<div id="history" style="display:none;">
|
||||
<div id="historyFunction">
|
||||
<div>
|
||||
<label for="historyFrom">From</label>
|
||||
<input type="datetime-local" name="dateFrom" id="historyFrom"/>
|
||||
</div>
|
||||
<div>
|
||||
<label for="historyTo">To</label>
|
||||
<input type="datetime-local" name="dateTo" id="historyTo"/>
|
||||
</div>
|
||||
<button id="btn-searchHistory">Search</button>
|
||||
</div>
|
||||
<div style="clear:both;"></div>
|
||||
<div id="historyDisplay">
|
||||
<div>
|
||||
<div>
|
||||
<label for="historyFrom">From</label>
|
||||
<input type="datetime-local" name="dateFrom" id="historyFrom"/>
|
||||
</div>
|
||||
<div>
|
||||
<label for="historyTo">To</label>
|
||||
<input type="datetime-local" name="dateTo" id="historyTo"/>
|
||||
</div>
|
||||
<button id="btn-searchHistory">Search</button>
|
||||
</div>
|
||||
<div>
|
||||
<table id="historyTable" class="simpleTable">
|
||||
<thead>
|
||||
<tr class="head">
|
||||
<th>Timestamp</th>
|
||||
<th>Status</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>2020-02-02 10:56:23</td>
|
||||
<td>Request received</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2020-02-02 10:56:23</td>
|
||||
<td>Request received</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2020-02-02 10:56:23</td>
|
||||
<td>Request received</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2020-02-02 10:56:23</td>
|
||||
<td>Request received</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<table id="historyTable" class="simpleTable">
|
||||
<thead>
|
||||
<tr class="head">
|
||||
<th>Timestamp</th>
|
||||
<th>Status</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>2020-02-02 10:56:23</td>
|
||||
<td>Request received</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2020-02-02 10:56:23</td>
|
||||
<td>Request received</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2020-02-02 10:56:23</td>
|
||||
<td>Request received</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2020-02-02 10:56:23</td>
|
||||
<td>Request received</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user