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

-
- -
-
-

Available Models (Tags)

-
- - - - -
-
+ + +
+ +
+
+

+ Available Models (Tags) +

+
+ + + + +
+
- - - -
ModelDigest
Loading…
-
+ + + + + + + + + + + + +
ModelDigest
Loading…
+
- -
-

Running Models (PS)

- - - - - - - - - - - -
ModelParamsQuantCtxDigest
Loading…
+ +
+

Running Models (PS)

+ + + + + + + + + + + + + + + +
ModelParamsQuantCtxDigest
Loading…
- -
-
-
+ +
+
+
+
+

Configured Endpoints

+ + + + + + + + + + + + + +
EndpointStatusVersion
Loading…
+
-

Configured Endpoints

- - - - - - - - - -
EndpointStatusVersion
Loading…
+ + /* ---------- Init ---------- */ + window.addEventListener("load", () => { + loadEndpoints(); + loadTags(); + loadPS(); + loadUsage(); + setInterval(loadPS, 60_000); + setInterval(loadEndpoints, 300_000); + }); + - - - \ No newline at end of file + + +