This is an automated email from the ASF dual-hosted git repository.

dahn pushed a commit to branch 4.20
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.20 by this push:
     new 44119cf34fc ui: fix dsiple managementservermetricsresponse - 
agentcount (#12148)
44119cf34fc is described below

commit 44119cf34fcbbd12086a694cbc2cd06abe9bfb9d
Author: Abhishek Kumar <[email protected]>
AuthorDate: Fri Nov 28 10:29:18 2025 +0100

    ui: fix dsiple managementservermetricsresponse - agentcount (#12148)
    
    Signed-off-by: Abhishek Kumar <[email protected]>
---
 ui/src/config/section/infra/managementServers.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ui/src/config/section/infra/managementServers.js 
b/ui/src/config/section/infra/managementServers.js
index bc7b42d9cf0..1466a440296 100644
--- a/ui/src/config/section/infra/managementServers.js
+++ b/ui/src/config/section/infra/managementServers.js
@@ -26,8 +26,8 @@ export default {
   permission: ['listManagementServersMetrics'],
   resourceType: 'ManagementServer',
   columns: () => {
-    const fields = ['name', 'state', 'ipaddress', 'version', 'osdistribution', 
'agentcount']
-    const metricsFields = ['collectiontime', 'availableprocessors', 'cpuload', 
'heapmemoryused']
+    const fields = ['name', 'state', 'ipaddress', 'version', 'osdistribution']
+    const metricsFields = ['agentcount', 'collectiontime', 
'availableprocessors', 'cpuload', 'heapmemoryused']
     if (store.getters.metrics) {
       fields.push(...metricsFields)
     }

Reply via email to