Skip to content

Commit eccba69

Browse files
fix(Network): require ConnectStatus for host column (#2429)
1 parent 74ca103 commit eccba69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/nodesColumns/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export function getNodesGroupByFieldTitle(groupByField: NodesGroupByField) {
178178
// Also for some columns we may use more than one field
179179
export const NODES_COLUMNS_TO_DATA_FIELDS: Record<NodesColumnId, NodesRequiredField[]> = {
180180
NodeId: ['NodeId'],
181-
Host: ['Host', 'Rack', 'Database', 'SystemState'],
181+
Host: ['Host', 'Rack', 'Database', 'SystemState', 'ConnectStatus'],
182182
Database: ['Database'],
183183
NodeName: ['NodeName'],
184184
DC: ['DC'],

0 commit comments

Comments
 (0)