@@ -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