Unraid-SlackPack/source/ipmitool-plugin/usr/local/emhttp/plugins/ipmitool-plugin/IPMISensors.page
2016-02-15 09:29:56 -07:00

37 lines
1.7 KiB
Plaintext

Menu="IPMItool:1"
Title="Sensors"
Icon="sensorspage.png"
---
<link type="text/css" rel="stylesheet" href="/plugins/ipmitool-plugin/css/ipmitool-plugin.css">
<link type="text/css" rel="stylesheet" href="/plugins/tablesorter/css/tablesorter.css">
<link type="text/css" rel="stylesheet" href="/plugins/tablesorter/css/tablesorter-<?=$display["theme"];?>.css">
<link type="text/css" rel="stylesheet" href="/webGui/styles/jquery.switchbutton.css">
<div>
<span class="status" style="margin-top: -22px;"><input type="checkbox" class="advancedview"></span>
<table class="tablesorter" id="tblSensor">
<thead>
<tr>
<th class="sorter-false"> Status </th>
<th> Sensor </th>
<th class="advanced" style="display:none"> Lower <br> Non-Recover </th>
<th class="advanced" style="display:none"> Lower <br> Critical </th>
<th class="advanced" style="display:none"> Lower <br> Non-Critical </th>
<th> Reading </th>
<th> Units </th>
<th class="advanced" style="display:none"> Upper <br> Non-Critical </th>
<th class="advanced" style="display:none"> Upper <br> Critical </th>
<th class="advanced" style="display:none"> Upper <br> Non-Recover </th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<button type="button" onClick="done();">Done</button>
</div>
<script type="text/javascript" src="/plugins/ipmitool-plugin/js/jquery.ipmitool-plugin.js"></script>
<script type="text/javascript" src="/plugins/tablesorter/js/jquery.tablesorter.combined.min.js"></script>
<script type="text/javascript" src="/plugins/tablesorter/js/extras/jquery.tablesorter.pager.min.js"></script>
<script type="text/javascript" src="/webGui/javascript/jquery.switchbutton.js"></script>