mirror of
https://github.com/unraid/webgui.git
synced 2026-02-25 11:49:12 -06:00
Update vm_usage
This commit is contained in:
@@ -70,6 +70,7 @@ while (true) {
|
||||
$ts = $time1 - $time0;
|
||||
$echodata = "";
|
||||
$running = 0;
|
||||
ksort($vmusagestats);
|
||||
foreach ($vmusagestats as $vm => $vmdata) {
|
||||
|
||||
if ($vmdata['state'] == 1) {
|
||||
|
||||
Reference in New Issue
Block a user