diff --git a/src-ui/src/app/app-routing.module.ts b/src-ui/src/app/app-routing.module.ts
index 211afc6ac..1627fc72d 100644
--- a/src-ui/src/app/app-routing.module.ts
+++ b/src-ui/src/app/app-routing.module.ts
@@ -127,7 +127,7 @@ const routes: Routes = [
data: {
requiredPermission: {
action: PermissionAction.View,
- type: PermissionType.Log,
+ type: PermissionType.Admin,
},
},
},
diff --git a/src-ui/src/app/components/app-frame/app-frame.component.html b/src-ui/src/app/components/app-frame/app-frame.component.html
index ab8b7f2a5..55dfc9890 100644
--- a/src-ui/src/app/components/app-frame/app-frame.component.html
+++ b/src-ui/src/app/components/app-frame/app-frame.component.html
@@ -163,7 +163,7 @@