-
{{ $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,
},
-
],
},
{