From d49b9344432546a2da644ed7e19e5131cc9cbd8c Mon Sep 17 00:00:00 2001 From: David Johnson Date: Mon, 28 Apr 2025 17:28:21 -0400 Subject: [PATCH 1/5] feat: add dashboard page and fixed some cards issues. : --- .../pkg/epinio/components/dashboard/Cards.vue | 14 +-- dashboard/pkg/epinio/index.ts | 35 +++---- .../pkg/epinio/pages/c/_cluster/dashboard.vue | 97 +++++++++---------- dashboard/yarn.lock | 18 ++-- 4 files changed, 75 insertions(+), 89 deletions(-) diff --git a/dashboard/pkg/epinio/components/dashboard/Cards.vue b/dashboard/pkg/epinio/components/dashboard/Cards.vue index 557795f9..c664bbab 100644 --- a/dashboard/pkg/epinio/components/dashboard/Cards.vue +++ b/dashboard/pkg/epinio/components/dashboard/Cards.vue @@ -1,9 +1,9 @@