From 997c38bf1bf31fb2c9ab539a60fe5edb5d153461 Mon Sep 17 00:00:00 2001 From: jackyliu Date: Tue, 2 Sep 2025 02:57:54 +0000 Subject: [PATCH] feat: Add Cluster Status Dashboard and remove old Application Manager page - Introduced a new `monitor.html` file for the Cluster Status Dashboard featuring real-time cluster health and resource allocation visualization using Chart.js and Tailwind CSS. - Removed the outdated `other.html` file which contained the previous Application Manager interface. --- frontend/applications.html | 482 +++++++++++++++++++++++ frontend/login.html | 133 +++++++ frontend/{frontend.html => monitor.html} | 0 frontend/other.html | 406 ------------------- 4 files changed, 615 insertions(+), 406 deletions(-) create mode 100644 frontend/applications.html create mode 100644 frontend/login.html rename frontend/{frontend.html => monitor.html} (100%) delete mode 100644 frontend/other.html diff --git a/frontend/applications.html b/frontend/applications.html new file mode 100644 index 0000000..3e30680 --- /dev/null +++ b/frontend/applications.html @@ -0,0 +1,482 @@ + + + + + + OCDP Application Manager + + + + + + + + + + + +
+
+
+ +
+

Application Manager

+

Manage and deploy applications on your cluster.

+
+
+
+ +
+
+ +
+
+ + +
+ +
+ + +
+
+ +
+
+ + + + + + + + + + + diff --git a/frontend/login.html b/frontend/login.html new file mode 100644 index 0000000..f31e357 --- /dev/null +++ b/frontend/login.html @@ -0,0 +1,133 @@ + + + + + + User Login + + + + + +
+
+
+ +

Login

+

Access your application manager.

+
+ +
+
+ + +
+
+ + +
+ +
+ + + + +
+
+ + + + \ No newline at end of file diff --git a/frontend/frontend.html b/frontend/monitor.html similarity index 100% rename from frontend/frontend.html rename to frontend/monitor.html diff --git a/frontend/other.html b/frontend/other.html deleted file mode 100644 index aa24a91..0000000 --- a/frontend/other.html +++ /dev/null @@ -1,406 +0,0 @@ - - - - - - OCDP Application Manager - - - - - - - - -
-
-
- -
-

Application Manager

-

Manage and deploy applications on your cluster.

-
-
-
- -
-
- -
-
- - -
- -
-
-
-
- - -
-
- - - - - - - - \ No newline at end of file