diff --git a/static/index.html b/static/index.html
index 8237c79..5793ef4 100644
--- a/static/index.html
+++ b/static/index.html
@@ -1,338 +1,606 @@
-
+
-
-
-NOMYO Router Dashboard
-
-
-
-
-Router Dashboard
+
+
+ NOMYO Router Dashboard
+
+
+
+
+
+ Router Dashboard
-
-
-
-
+
+
+
-
-
-
Running Models (PS)
-
-
-
- | Model |
- Params |
- Quant |
- Ctx |
- Digest |
-
-
- | Loading… |
-
+
+
+
Running Models (PS)
+
+
+
+ | Model |
+ Params |
+ Quant |
+ Ctx |
+ Digest |
+
+
+
+
+ | Loading… |
+
+
+
-
-
-
-
+
+
+
+
+
+
Configured Endpoints
+
+
+
+ | Endpoint |
+ Status |
+ Version |
+
+
+
+
+ | Loading… |
+
+
+
+
-Configured Endpoints
-
-
-
- | Endpoint |
- Status |
- Version |
-
-
- | Loading… |
-
+
+ /* ---------- Init ---------- */
+ window.addEventListener("load", () => {
+ loadEndpoints();
+ loadTags();
+ loadPS();
+ loadUsage();
+ setInterval(loadPS, 60_000);
+ setInterval(loadEndpoints, 300_000);
+ });
+
-
-
-
\ No newline at end of file
+
+
+