File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 </div >
4444 </div >
4545 </a-list-item >
46- <a-list-item >
46+ <a-list-item v-if = " host.hosttags " >
4747 <div >
4848 <strong >{{ $t('label.hosttags') }}</strong >
4949 <div >
5050 {{ host.hosttags }}
5151 </div >
5252 </div >
5353 </a-list-item >
54- <a-list-item >
54+ <a-list-item v-if = " host.oscategoryid " >
5555 <div >
5656 <strong >{{ $t('label.oscategoryid') }}</strong >
5757 <div >
8383 </div >
8484 </div >
8585 </a-list-item >
86- <a-list-item v-if =" host.hostha" >
86+ <a-list-item v-if =" host.hostha && host.hostha.haenable " >
8787 <div >
8888 <strong >{{ $t('label.hastate') }}</strong >
8989 <div >
9090 {{ host.hostha.hastate }}
9191 </div >
9292 </div >
9393 </a-list-item >
94- <a-list-item v-if =" host.hostha" >
94+ <a-list-item v-if =" host.hostha && host.hostha.haenable " >
9595 <div >
9696 <strong >{{ $t('label.haprovider') }}</strong >
9797 <div >
You can’t perform that action at this time.
0 commit comments