diff --git a/dashboard/src/Index.vue b/dashboard/src/Index.vue index b153956bc..e28493a64 100644 --- a/dashboard/src/Index.vue +++ b/dashboard/src/Index.vue @@ -28,7 +28,6 @@ import EventlogView from './views/EventlogView.vue'; import NetworkView from './views/NetworkView.vue'; import ProfileView from './views/ProfileView.vue'; import ServicesView from './views/ServicesView.vue'; -import SupportView from './views/SupportView.vue'; import SystemView from './views/SystemView.vue'; import MetricsView from './views/MetricsView.vue'; import UserDirectorySettingsView from './views/UserDirectorySettingsView.vue'; @@ -56,7 +55,6 @@ const VIEWS = { NETWORK: 'network', PROFILE: 'profile', SERVICES: 'services', - SUPPORT: 'support', SYSTEM: 'system', USER_DIRECTORY_SETTINGS: 'user-directory-settings', USER_DIRECTORY_LDAP_PROVIDER: 'user-directory-ldap-provider', @@ -167,8 +165,6 @@ function onHashChange() { view.value = VIEWS.PROFILE; } else if (v === VIEWS.SERVICES && profile.value.isAtLeastAdmin) { view.value = VIEWS.SERVICES; - } else if (v === VIEWS.SUPPORT && profile.value.isAtLeastOwner) { - view.value = VIEWS.SUPPORT; } else if (v === VIEWS.SYSTEM && profile.value.isAtLeastAdmin) { view.value = VIEWS.SYSTEM; } else if (v === VIEWS.USER_DIRECTORY_SETTINGS && profile.value.isAtLeastAdmin) { @@ -312,7 +308,6 @@ onMounted(async () => { - diff --git a/dashboard/src/views/SupportView.vue b/dashboard/src/views/SupportView.vue deleted file mode 100644 index c6b9dada8..000000000 --- a/dashboard/src/views/SupportView.vue +++ /dev/null @@ -1,60 +0,0 @@ - - -