Unraid-SlackPack/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMIEvents.page
2016-02-02 11:41:51 -07:00

39 lines
1.3 KiB
Plaintext

Menu="IPMItool:3"
Title="Event Log"
---
<div>
<table class="tablesorter hover-highlight" id="tblEvent">
<thead>
<tr>
<th class="sorter-false filter-false"> Status </th>
<th class="sorter-digit filter-false"> Event ID </th>
<th class="filter-time" data-placeholder="by time"> Time Stamp </th>
<th class="filter-name" data-placeholder="by name"> Sensor Name </th>
<th class="filter-desc" data-placeholder="Search..."> Description </th>
<th class="filter-false sorter-false"><a id='allEvents' title='delete all'><i class="fa fa-trash"> remove all </i></a></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<div id="pager" class="pager">
<form>
<a class="first"><i class="fa fa-step-backward"></i></a>
<a class="prev"><i class="fa fa-backward"></i></a>
<span class="pagedisplay"></span> <!-- this can be any element, including an input -->
<a class="next"><i class="fa fa-forward"></i></a>
<a class="last"><i class="fa fa-step-forward"></i></a>
<select class="pagesize">
<option value="5">5</option>
<option value="10">10</option>
<option value="15">15</option>
<option value="20">20</option>
<option value="all">All</option>
</select>
&nbsp;
<a title="reset filters" class="reset"><i class="fa fa-undo"></i></a>
</form>
</div>