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 84b68f2 commit 0988e9fCopy full SHA for 0988e9f
src/components/nodesColumns/constants.ts
@@ -45,7 +45,7 @@ export function isMonitoringUserNodesColumn(columnId: string): boolean {
45
}
46
47
// Columns, that should displayed only for users with isViewerAllowed:true
48
-const VIEWER_USER_COLUMNS_IDS: NodesColumnId[] = ['LoadAverage'];
+const VIEWER_USER_COLUMNS_IDS: NodesColumnId[] = ['LoadAverage', 'PDisks'];
49
export function isViewerUserNodesColumn(columnId: string): boolean {
50
return VIEWER_USER_COLUMNS_IDS.some((el) => el === columnId);
51
0 commit comments