Skip to content

Commit fb9a5a9

Browse files
fix(Nodes): remove redundant group by params (#1598)
1 parent 03b6009 commit fb9a5a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/containers/Nodes/columns/constants.ts

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ const ALL_NODES_GROUP_BY_PARAMS = [
2929
'Database',
3030
'Version',
3131
'Uptime',
32-
'Missing',
33-
'DiskSpaceUsage',
3432
] as const satisfies NodesGroupByField[];
3533

3634
function getAvailableNodesGroupByParams(withSystemStateGroupBy?: boolean) {

0 commit comments

Comments
 (0)