diff --git a/dashboard/src/Index.vue b/dashboard/src/Index.vue index b2171f386..be73fa193 100644 --- a/dashboard/src/Index.vue +++ b/dashboard/src/Index.vue @@ -196,7 +196,7 @@ function onHashChange() { } else if (v === VIEWS.VOLUMES && profile.value.isAtLeastAdmin) { view.value = VIEWS.VOLUMES; } else { - window.location.hash = '/' + VIEWS.APPS; + window.location.href = VIEWS.APPS; } }