Advertisement
isuelt

NUTstatusTable

Apr 2nd, 2019
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.63 KB | None | 0 0
  1. <table class="tablesorter shift nut">
  2.     <thead>
  3.         <tr>
  4.             <th>UPS Status</th>
  5.             <th>Charge %</th>
  6.             <th>Runtime Left</th>
  7.             <th>Nominal Power</th>
  8.             <th>Load</th>
  9.             <th>Load %</th>
  10.         </tr>
  11.     </thead>
  12.     <tbody id="nut_summary">
  13.         <tr>
  14.             <td class="green-text">Online</td>
  15.             <td class="green-text">100</td>
  16.             <td class="green-text">00:00:00</td>
  17.             <td class="green-text">001</td>
  18.             <td class="green-text">001 Watts</td>
  19.             <td class="green-text">01</td>
  20.         </tr>
  21.     </tbody>
  22. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement