File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 12151215"label.host.alerts" : " Hosts in alert state" ,
12161216"label.host.name" : " Host name" ,
12171217"label.host.ovftool.version" : " OVFTool Version" ,
1218+ "label.host.vddk.support" : " VDDK Support" ,
1219+ "label.host.vddk.version" : " VDDK Version" ,
12181220"label.host.tag" : " Host tag" ,
12191221"label.host.virtv2v.version" : " Virt-v2v Version" ,
12201222"label.hostcontrolstate" : " Compute Resource Status" ,
Original file line number Diff line number Diff line change 6464 </div >
6565 </div >
6666 </a-list-item >
67+ <a-list-item v-if =" host.details && host.details['host.vddk.support']" >
68+ <div >
69+ <strong >{{ $t('label.host.vddk.support') }}</strong >
70+ <div >
71+ {{ host.details['host.vddk.support'] }}
72+ </div >
73+ </div >
74+ </a-list-item >
75+ <a-list-item v-if =" host.details && host.details['host.vddk.version']" >
76+ <div >
77+ <strong >{{ $t('label.host.vddk.version') }}</strong >
78+ <div >
79+ {{ host.details['host.vddk.version'] }}
80+ </div >
81+ </div >
82+ </a-list-item >
6783 <a-list-item v-if =" host.details && host.details['host.ovftool.version']" >
6884 <div >
6985 <strong >{{ $t('label.host.ovftool.version') }}</strong >
You can’t perform that action at this time.
0 commit comments