mirror of
https://github.com/unraid/webgui.git
synced 2026-01-15 14:09:54 -06: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;
|
||||
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>
|
||||
<?
|
||||
|
||||
Reference in New Issue
Block a user