We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f877f4 commit a9c1c72Copy full SHA for a9c1c72
src/Pages/GlobalConfigurations/ClustersAndEnvironments/ClusterList.tsx
@@ -240,7 +240,7 @@ const ClusterList = () => {
240
const isClusterEnvListLoading = clusterListLoading || envListLoading
241
242
// Early return for non super admin users
243
- if (!isSuperAdmin) {
+ if (!isK8sClient && !isSuperAdmin) {
244
return <ErrorScreenNotAuthorized />
245
}
246
0 commit comments