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

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


The following commit(s) were added to refs/heads/4.19 by this push:
     new d1ca79b65b3 ui: show systemvm agent version in the list and resource 
view (#9011)
d1ca79b65b3 is described below

commit d1ca79b65b3a3a3ac2e3ca166acca62ae2cb1f18
Author: Rohit Yadav <[email protected]>
AuthorDate: Tue Apr 30 19:13:16 2024 +0530

    ui: show systemvm agent version in the list and resource view (#9011)
    
    This adds changes to show the systemvm agent version in the list and
    resource view.
    
    Fixes #6831
    
    Signed-off-by: Rohit Yadav <[email protected]>
---
 ui/src/config/section/infra/systemVms.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ui/src/config/section/infra/systemVms.js 
b/ui/src/config/section/infra/systemVms.js
index e48b19cb5d4..68a27f73a52 100644
--- a/ui/src/config/section/infra/systemVms.js
+++ b/ui/src/config/section/infra/systemVms.js
@@ -24,8 +24,8 @@ export default {
   icon: 'thunderbolt-outlined',
   docHelp: 'adminguide/systemvm.html',
   permission: ['listSystemVms'],
-  columns: ['name', 'state', 'agentstate', 'systemvmtype', 'publicip', 
'privateip', 'linklocalip', 'hostname', 'zonename'],
-  details: ['name', 'id', 'agentstate', 'systemvmtype', 'publicip', 
'privateip', 'linklocalip', 'gateway', 'hostname', 'zonename', 'created', 
'activeviewersessions', 'isdynamicallyscalable', 'hostcontrolstate'],
+  columns: ['name', 'state', 'agentstate', 'systemvmtype', 'publicip', 
'privateip', 'linklocalip', 'version', 'hostname', 'zonename'],
+  details: ['name', 'id', 'agentstate', 'systemvmtype', 'publicip', 
'privateip', 'linklocalip', 'gateway', 'hostname', 'version', 'zonename', 
'created', 'activeviewersessions', 'isdynamicallyscalable', 'hostcontrolstate'],
   resourceType: 'SystemVm',
   filters: () => {
     const filters = ['starting', 'running', 'stopping', 'stopped', 
'destroyed', 'expunging', 'migrating', 'error', 'unknown', 'shutdown']

Reply via email to