Set location.href instead of hash for the fallback view
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user