Skip to content

Commit

Permalink
Show cluster management page on dashboards (#50489)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbattirola authored Dec 24, 2024
1 parent e6c23cd commit d71268f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/packages/teleport/src/features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ export class FeatureClusters implements TeleportFeature {
};

hasAccess(flags: FeatureFlags) {
return flags.trustedClusters;
return cfg.isDashboard || flags.trustedClusters;
}

navigationItem = {
Expand Down

0 comments on commit d71268f

Please sign in to comment.