Improve ACP
This commit is contained in:
parent
8d9d2b6433
commit
07795feffa
2 changed files with 69 additions and 1 deletions
22
www/acp.html
22
www/acp.html
|
|
@ -184,6 +184,28 @@
|
|||
</select>
|
||||
<button class="btn btn-danger" id="actionlog_clear">Clear Selected</button>
|
||||
<button class="btn" id="actionlog_refresh">Refresh</button>
|
||||
<br>
|
||||
<form class="form-inline" action="javascript:void(0)">
|
||||
<input type="text" placeholder="Search" id="actionlog_search">
|
||||
<label for="actionlog_sfield">Search For</label>
|
||||
<select id="actionlog_sfield">
|
||||
<option value="ip">IP Address</option>
|
||||
<option value="name" selected="selected">Name</option>
|
||||
<option value="time">Time</option>
|
||||
</select>
|
||||
<label for="actionlog_sort">Sort By</label>
|
||||
<select id="actionlog_sort">
|
||||
<option value="ip">IP Address</option>
|
||||
<option value="name">Name</option>
|
||||
<option value="action">Action</option>
|
||||
<option value="time" selected="selected">Time</option>
|
||||
</select>
|
||||
<select id="actionlog_sortorder">
|
||||
<option value="true">Descending</option>
|
||||
<option value="false">Ascending</option>
|
||||
</select>
|
||||
<button class="btn" id="actionlog_searchbtn">Go</button>
|
||||
</form>
|
||||
<table class="table table-bordered table-striped table-compact">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue