Skip to content

Commit 1affd72

Browse files
fix(Network): host in default and required columns (#2511)
1 parent d9a049f commit 1affd72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/NetworkTable/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const NETWORK_NODES_TABLE_SELECTED_COLUMNS_KEY = 'networkNodesTableSelect
55

66
export const NETWORK_DEFAULT_NODES_COLUMNS: NodesColumnId[] = [
77
'NodeId',
8-
'Host',
8+
'NetworkHost',
99
'Connections',
1010
'NetworkUtilization',
1111
'SendThroughput',
@@ -14,7 +14,7 @@ export const NETWORK_DEFAULT_NODES_COLUMNS: NodesColumnId[] = [
1414
'ClockSkew',
1515
];
1616

17-
export const NETWORK_REQUIRED_NODES_COLUMNS: NodesColumnId[] = ['NodeId'];
17+
export const NETWORK_REQUIRED_NODES_COLUMNS: NodesColumnId[] = ['NodeId', 'NetworkHost'];
1818

1919
export const NETWORK_NODES_GROUP_BY_PARAMS = [
2020
'Host',

0 commit comments

Comments
 (0)