Skip to content

Commit 44119cf

Browse files
authored
ui: fix dsiple managementservermetricsresponse - agentcount (#12148)
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent f379d78 commit 44119cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/config/section/infra/managementServers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ export default {
2626
permission: ['listManagementServersMetrics'],
2727
resourceType: 'ManagementServer',
2828
columns: () => {
29-
const fields = ['name', 'state', 'ipaddress', 'version', 'osdistribution', 'agentcount']
30-
const metricsFields = ['collectiontime', 'availableprocessors', 'cpuload', 'heapmemoryused']
29+
const fields = ['name', 'state', 'ipaddress', 'version', 'osdistribution']
30+
const metricsFields = ['agentcount', 'collectiontime', 'availableprocessors', 'cpuload', 'heapmemoryused']
3131
if (store.getters.metrics) {
3232
fields.push(...metricsFields)
3333
}

0 commit comments

Comments
 (0)