diff --git a/gca-admin-gurusoft-message-dashboard/src/components/Dashboard.vue b/gca-admin-gurusoft-message-dashboard/src/components/Dashboard.vue new file mode 100644 index 0000000..7bf7aa9 --- /dev/null +++ b/gca-admin-gurusoft-message-dashboard/src/components/Dashboard.vue @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/gca-admin-gurusoft-message-dashboard/src/components/OverlayPopup.vue b/gca-admin-gurusoft-message-dashboard/src/components/OverlayPopup.vue index b67ed79..69ba1d0 100644 --- a/gca-admin-gurusoft-message-dashboard/src/components/OverlayPopup.vue +++ b/gca-admin-gurusoft-message-dashboard/src/components/OverlayPopup.vue @@ -33,15 +33,12 @@ import {ref, onMounted} from 'vue'; import {initializeApi} from '@/utils/api'; -const overlayPopup = ref(null) const overlayInfo = ref({}) const api = initializeApi(); onMounted(async () => { overlayInfo.value = await api.getOverlayPopup(); - const modalInstance = new bootstrap.Modal(overlayPopup.value) - modalInstance.show() }); \ No newline at end of file diff --git a/gca-admin-gurusoft-message-dashboard/src/components/SystemMessagesPage.vue b/gca-admin-gurusoft-message-dashboard/src/components/SystemMessagesPage.vue index 0e211a8..0cb66e7 100644 --- a/gca-admin-gurusoft-message-dashboard/src/components/SystemMessagesPage.vue +++ b/gca-admin-gurusoft-message-dashboard/src/components/SystemMessagesPage.vue @@ -1,7 +1,7 @@