File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
ui/src/views/infra/network Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 4747 <template v-if =" column .key === ' endip' " >
4848 {{ record.endip || record.endipv6 }}
4949 </template >
50+ <template v-if =" column .key === ' systemvms' " >
51+ {{ record.systemvms || record.forsystemvms }}
52+ </template >
5053 <template v-if =" column .key === ' account' && ! basicGuestNetwork " >
5154 <a-button @click =" () => handleOpenAccountModal(record)" >{{ record.domain === undefined ? `${$t('label.system.ip.pool')}` : `[ ${record.domain}] ${record.account === undefined ? '' : record.account}` }}</a-button >
5255 </template >
128131 <div class =" list__label" >{{ $t('label.domain') }}</div >
129132 <div >{{ selectedItem.domain }}</div >
130133 </div >
131- <div style =" margin-bottom : 10px ;" >
132- <div class =" list__label" >{{ $t('label.system.vms') }}</div >
133- <div >{{ selectedItem.forsystemvms }}</div >
134- </div >
135134 </div >
136135
137136 <div :span =" 24" class =" action-button" >
@@ -449,6 +448,10 @@ export default {
449448 key: ' endip' ,
450449 title: this .$t (' label.endip' )
451450 },
451+ {
452+ key: ' systemvms' ,
453+ title: this .$t (' label.reserved.system.ip' )
454+ },
452455 {
453456 key: ' actions' ,
454457 title: this .$t (' label.actions' )
You can’t perform that action at this time.
0 commit comments