diff --git a/ui/app/components/sidebar/nav/cluster.hbs b/ui/app/components/sidebar/nav/cluster.hbs index 76012058da..30f295d3c2 100644 --- a/ui/app/components/sidebar/nav/cluster.hbs +++ b/ui/app/components/sidebar/nav/cluster.hbs @@ -53,7 +53,7 @@ {{#if (or (and this.isRootNamespace (has-permission "status" routeParams=(array "replication" "raft" "license" "seal"))) - (has-permission "clients" routeParams="activity") + (and (has-permission "clients" routeParams="activity") (not this.hasChrootNamespace)) ) }} Monitoring @@ -81,7 +81,9 @@ data-test-sidebar-nav-link="Raft Storage" /> {{/if}} - {{#if (and (has-permission "clients" routeParams="activity") (not this.cluster.dr.isSecondary))}} + {{#if + (and (has-permission "clients" routeParams="activity") (not this.cluster.dr.isSecondary) (not this.hasChrootNamespace)) + }}