-
+
← Tilbake
diff --git a/gca-admin-gurusoft-message-dashboard/src/components/SystemMesssages.vue b/gca-admin-gurusoft-message-dashboard/src/components/SystemMesssages.vue
index d1b5a6d..922e594 100644
--- a/gca-admin-gurusoft-message-dashboard/src/components/SystemMesssages.vue
+++ b/gca-admin-gurusoft-message-dashboard/src/components/SystemMesssages.vue
@@ -1,10 +1,8 @@
-
-
-
+
+
System meldinger
+
-
-import OverlayPopup from "./OverlayPopup.vue";
-
-
-
-
-
-
-
-
- System messages
-
-
- System messages
-
-
-
-
-
diff --git a/gca-admin-gurusoft-message-dashboard/src/router/index.js b/gca-admin-gurusoft-message-dashboard/src/router/index.js
index 2e303de..31cf1d2 100644
--- a/gca-admin-gurusoft-message-dashboard/src/router/index.js
+++ b/gca-admin-gurusoft-message-dashboard/src/router/index.js
@@ -1,12 +1,12 @@
import {createRouter, createWebHistory} from 'vue-router';
import SystemMessagesPage from '../components/SystemMessagesPage.vue';
import SystemMessages from '../components/SystemMesssages.vue';
-import TestPage from '../components/TestPage.vue';
+import Dashboard from '../components/Dashboard.vue';
const routes = [
{path: '/systemmessage', name: 'SystemMessage', component: SystemMessages},
{path: '/systemmessagelist', name: 'SystemMessageList', component: SystemMessagesPage},
- {path: '/', name: 'TestPage', component: TestPage}
+ {path: '/dashboard', name: 'Dashboard', component: Dashboard}
];
const router = createRouter({