Filter draft for history
This commit is contained in:
		| @@ -105,20 +105,40 @@ | ||||
|                             </div> | ||||
|                             <!-- history --> | ||||
|                             <div id="history" class="medium-vertical-margin tabcontent"> | ||||
|                                 <table class="table-default"> | ||||
|                                     <tr class="bottom-border"> | ||||
|                                         <th>Timestamp</th> | ||||
|                                         <th>Type</th> | ||||
|                                     </tr> | ||||
|                                     <tr class="even"> | ||||
|                                         <td>2021-01-01T10:57:26</td> | ||||
|                                         <td>Client request</td> | ||||
|                                     </tr> | ||||
|                                     <tr> | ||||
|                                         <td>2021-01-01T10:57:26</td> | ||||
|                                         <td>Client request</td> | ||||
|                                     </tr> | ||||
|                                 </table> | ||||
|                                 <div class="block-display max-width"> | ||||
|                                     <div class="display-space-between max-width small-vertical-margin"> | ||||
|                                         <div class="three-fourth-width display-space-evenly"> | ||||
|                                             <div class="block-display half-width with-padding"> | ||||
|                                                 <label for="historyFrom" class="block-label">From</label> | ||||
|                                                 <input id="historyFrom" type="date" class="bordered-field max-width with-padding"> | ||||
|                                                 <input id="historyTimeFrom" type="time" class="small-vertical-margin bordered-field max-width with-padding"> | ||||
|                                             </div> | ||||
|                                             <div class="block-display half-width with-padding"> | ||||
|                                                 <label for="historyTo" class="block-label">To</label> | ||||
|                                                 <input id="historyTo" type="date" class="bordered-field max-width with-padding"> | ||||
|                                                 <input id="historyTimeTo" type="time" class="small-vertical-margin bordered-field max-width with-padding"> | ||||
|                                             </div> | ||||
|                                         </div> | ||||
|                                         <button class="quater-width action-button active small-margins">Search</button> | ||||
|                                     </div> | ||||
|                                  | ||||
|                                     <div class="max-width centered-content large-vertical-margin"> | ||||
|                                         <table class="table-default"> | ||||
|                                             <tr class="bottom-border"> | ||||
|                                                 <th>Timestamp</th> | ||||
|                                                 <th>Type</th> | ||||
|                                             </tr> | ||||
|                                             <tr class="even"> | ||||
|                                                 <td>2021-01-01T10:57:26</td> | ||||
|                                                 <td>Client request</td> | ||||
|                                             </tr> | ||||
|                                             <tr> | ||||
|                                                 <td>2021-01-01T10:57:26</td> | ||||
|                                                 <td>Client request</td> | ||||
|                                             </tr> | ||||
|                                         </table> | ||||
|                                     </div> | ||||
|                                 </div> | ||||
|                             </div> | ||||
|                         </div> | ||||
|                     </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user