From a1872ca678d6d780595ede4ff18f0f8d2a824889 Mon Sep 17 00:00:00 2001 From: sylenien Date: Thu, 1 Sep 2022 17:44:39 +0200 Subject: [PATCH] fix(ui): fix dashboards button --- .../app/components/Dashboard/components/Alerts/AlertsView.tsx | 4 ++-- .../Dashboard/components/DashboardList/DashboardsView.tsx | 4 ++-- .../Dashboard/components/MetricsView/MetricsView.tsx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/app/components/Dashboard/components/Alerts/AlertsView.tsx b/frontend/app/components/Dashboard/components/Alerts/AlertsView.tsx index 5574cb985..ed5fa1769 100644 --- a/frontend/app/components/Dashboard/components/Alerts/AlertsView.tsx +++ b/frontend/app/components/Dashboard/components/Alerts/AlertsView.tsx @@ -17,10 +17,10 @@ function AlertsView({ siteId, init }: IAlertsView) { return (
- -
+
+
diff --git a/frontend/app/components/Dashboard/components/DashboardList/DashboardsView.tsx b/frontend/app/components/Dashboard/components/DashboardList/DashboardsView.tsx index ea30ab345..79a2a5b4b 100644 --- a/frontend/app/components/Dashboard/components/DashboardList/DashboardsView.tsx +++ b/frontend/app/components/Dashboard/components/DashboardList/DashboardsView.tsx @@ -23,10 +23,10 @@ function DashboardsView({ history, siteId }: { history: any, siteId: string }) { return (
- -
+
+
diff --git a/frontend/app/components/Dashboard/components/MetricsView/MetricsView.tsx b/frontend/app/components/Dashboard/components/MetricsView/MetricsView.tsx index 216896ee4..302618f66 100644 --- a/frontend/app/components/Dashboard/components/MetricsView/MetricsView.tsx +++ b/frontend/app/components/Dashboard/components/MetricsView/MetricsView.tsx @@ -18,10 +18,10 @@ function MetricsView({ siteId }: Props) { return useObserver(() => (
- -
+
+