Ready to implement Virtual Machines management
This commit is contained in:
@ -58,7 +58,7 @@ function SystemInfoWidgetInner(): React.ReactElement {
|
||||
console.error(e);
|
||||
toast("Error", "Failed to refresh system status!", "error");
|
||||
}
|
||||
}, 1500);
|
||||
}, 5000);
|
||||
return () => clearInterval(interval);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user