From 14ee2f65db936876d821ab60f95965bb48c6fccc Mon Sep 17 00:00:00 2001 From: tristan Date: Mon, 6 Apr 2026 16:10:37 +0200 Subject: [PATCH] feat : add dashboard page with container status overview --- frontend/pages/dashboard.vue | 98 ++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 frontend/pages/dashboard.vue diff --git a/frontend/pages/dashboard.vue b/frontend/pages/dashboard.vue new file mode 100644 index 0000000..2432f7a --- /dev/null +++ b/frontend/pages/dashboard.vue @@ -0,0 +1,98 @@ + + +