Skip to content

Commit d1ca79b

Browse files
authored
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 <rohit.yadav@shapeblue.com>
1 parent 981310c commit d1ca79b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ export default {
2424
icon: 'thunderbolt-outlined',
2525
docHelp: 'adminguide/systemvm.html',
2626
permission: ['listSystemVms'],
27-
columns: ['name', 'state', 'agentstate', 'systemvmtype', 'publicip', 'privateip', 'linklocalip', 'hostname', 'zonename'],
28-
details: ['name', 'id', 'agentstate', 'systemvmtype', 'publicip', 'privateip', 'linklocalip', 'gateway', 'hostname', 'zonename', 'created', 'activeviewersessions', 'isdynamicallyscalable', 'hostcontrolstate'],
27+
columns: ['name', 'state', 'agentstate', 'systemvmtype', 'publicip', 'privateip', 'linklocalip', 'version', 'hostname', 'zonename'],
28+
details: ['name', 'id', 'agentstate', 'systemvmtype', 'publicip', 'privateip', 'linklocalip', 'gateway', 'hostname', 'version', 'zonename', 'created', 'activeviewersessions', 'isdynamicallyscalable', 'hostcontrolstate'],
2929
resourceType: 'SystemVm',
3030
filters: () => {
3131
const filters = ['starting', 'running', 'stopping', 'stopped', 'destroyed', 'expunging', 'migrating', 'error', 'unknown', 'shutdown']

0 commit comments

Comments
 (0)