Fix credentials UI

This commit is contained in:
LukeGus
2025-09-28 01:06:44 -05:00
parent bc8aa69099
commit a79b640914
14 changed files with 343 additions and 328 deletions

View File

@@ -136,10 +136,8 @@ export function Server({
fetchStatus();
fetchMetrics();
intervalId = window.setInterval(() => {
if (isVisible) {
fetchStatus();
fetchMetrics();
}
fetchStatus();
fetchMetrics();
}, 30000);
}