Line 39... |
Line 39... |
39 |
<input type="hidden" id="showCPUInfoExpanded" value="<?php echo $showCPUInfoExpanded;?>"/>
|
39 |
<input type="hidden" id="showCPUInfoExpanded" value="<?php echo $showCPUInfoExpanded;?>"/>
|
40 |
<input type="hidden" id="showNetworkInfosExpanded" value="<?php echo $showNetworkInfosExpanded;?>"/>
|
40 |
<input type="hidden" id="showNetworkInfosExpanded" value="<?php echo $showNetworkInfosExpanded;?>"/>
|
41 |
<input type="hidden" id="showNetworkActiveSpeed" value="<?php echo $showNetworkActiveSpeed;?>"/>
|
41 |
<input type="hidden" id="showNetworkActiveSpeed" value="<?php echo $showNetworkActiveSpeed;?>"/>
|
42 |
<input type="hidden" id="showCPULoadCompact" value="<?php echo $showCPULoadCompact;?>"/>
|
42 |
<input type="hidden" id="showCPULoadCompact" value="<?php echo $showCPULoadCompact;?>"/>
|
43 |
<input type="hidden" id="hideBootstrapLoader" value="<?php echo $hideBootstrapLoader;?>"/>
|
43 |
<input type="hidden" id="hideBootstrapLoader" value="<?php echo $hideBootstrapLoader;?>"/>
|
- |
|
44 |
<input type="hidden" id="hideTotals" value="<?php echo $hideTotals;?>"/>
|
44 |
<input type="hidden" id="blocks" value="<?php echo $blocks;?>"/>
|
45 |
<input type="hidden" id="blocks" value="<?php echo $blocks;?>"/>
|
45 |
|
46 |
|
46 |
<div class="navbar fixed-top">
|
47 |
<div class="navbar fixed-top">
|
47 |
<div class="container" style="display:block;">
|
48 |
<div class="container" style="display:block;">
|
48 |
<div style="display:table-cell">
|
49 |
<div style="display:table-cell">
|
Line 240... |
Line 241... |
240 |
<td class="rightCell"><span data-bind="Free"></span></td>
|
241 |
<td class="rightCell"><span data-bind="Free"></span></td>
|
241 |
<td class="rightCell"><span data-bind="Used"></span></td>
|
242 |
<td class="rightCell"><span data-bind="Used"></span></td>
|
242 |
<td class="rightCell"><span data-bind="Total"></span></td>
|
243 |
<td class="rightCell"><span data-bind="Total"></span></td>
|
243 |
</tr>
|
244 |
</tr>
|
244 |
</tbody>
|
245 |
</tbody>
|
245 |
<tfoot id="filesystem-foot">
|
246 |
<tfoot id="filesystem-foot" style="display:none;">
|
246 |
<tr>
|
247 |
<tr>
|
247 |
<td></td>
|
248 |
<td></td>
|
248 |
<td></td>
|
249 |
<td></td>
|
249 |
<th><span class="lang_038">Totals</span></th>
|
250 |
<th><span class="lang_038">Totals</span></th>
|
250 |
<th><span data-bind="Percent"></span></th>
|
251 |
<th><span data-bind="Percent"></span></th>
|