We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b6009 commit fb9a5a9Copy full SHA for fb9a5a9
src/containers/Nodes/columns/constants.ts
@@ -29,8 +29,6 @@ const ALL_NODES_GROUP_BY_PARAMS = [
29
'Database',
30
'Version',
31
'Uptime',
32
- 'Missing',
33
- 'DiskSpaceUsage',
34
] as const satisfies NodesGroupByField[];
35
36
function getAvailableNodesGroupByParams(withSystemStateGroupBy?: boolean) {
0 commit comments