From 80698a58b83830ad81a56e1861f3e4f120b0cb24 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sat, 17 Sep 2022 22:09:09 +0800 Subject: [PATCH] Tidy up --- src/pages/Dashboard.vue | 9 +++------ src/pages/DashboardHome.vue | 8 -------- src/pages/Details.vue | 4 ---- src/router.js | 2 -- 4 files changed, 3 insertions(+), 20 deletions(-) diff --git a/src/pages/Dashboard.vue b/src/pages/Dashboard.vue index 20425c610..c49f5f3a7 100644 --- a/src/pages/Dashboard.vue +++ b/src/pages/Dashboard.vue @@ -2,7 +2,9 @@
- {{ $t("Add New Monitor") }} +
+ {{ $t("Add New Monitor") }} +
@@ -32,9 +34,4 @@ export default { .container-fluid { width: 98%; } - -.dropdown-create { - display: flex; - justify-content: end; -} diff --git a/src/pages/DashboardHome.vue b/src/pages/DashboardHome.vue index 0f706912b..2745d91bc 100644 --- a/src/pages/DashboardHome.vue +++ b/src/pages/DashboardHome.vue @@ -147,14 +147,6 @@ export default { display: block; } -.text-maintenance { - color: $maintenance; -} - -.bg-maintenance { - background-color: $maintenance; -} - .shadow-box { padding: 20px; } diff --git a/src/pages/Details.vue b/src/pages/Details.vue index 5583eeff5..7cf258927 100644 --- a/src/pages/Details.vue +++ b/src/pages/Details.vue @@ -514,8 +514,4 @@ table { margin-left: 0 !important; } -.bg-maintenance { - background-color: $maintenance; -} - diff --git a/src/router.js b/src/router.js index a34147743..380488264 100644 --- a/src/router.js +++ b/src/router.js @@ -65,12 +65,10 @@ const routes = [ }, ], }, - { path: "/add", component: EditMonitor, }, - ], }, {