mirror of
https://github.com/unraid/webgui.git
synced 2026-05-05 01:09:25 -05:00
Add collapsable CPU load details in Dashboard
This commit is contained in:
@@ -202,7 +202,7 @@ foreach ($cpus as $pair):
|
|||||||
$text .= isset($cpu2) ? "[$cpu1/$cpu2]" : $cpu1;
|
$text .= isset($cpu2) ? "[$cpu1/$cpu2]" : $cpu1;
|
||||||
endforeach;
|
endforeach;
|
||||||
?>
|
?>
|
||||||
<tr class='wide'><td><a href='#' onclick='toggle_CPU()' class='none popup'>Per CPU load</a><span class='red-text'> *</span></td><td colspan='3' style='text-align:center'><?=$text?></td></tr>
|
<tr class='wide'><td><a href='#' onclick='toggle_CPU()' title='Click to show details' class='none popup'>Per CPU load</a><span class='red-text'> *</span></td><td colspan='3' style='text-align:center'><?=$text?></td></tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?
|
<?
|
||||||
|
|||||||
Reference in New Issue
Block a user