mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Show network metrics for System VMs (#8679)
This commit is contained in:
parent
e44c17e077
commit
449ee8e509
@ -204,7 +204,7 @@
|
||||
/>
|
||||
</a-col>
|
||||
</a-row>
|
||||
<a-row class="chart-row" v-if="resourceType === 'VirtualMachine'">
|
||||
<a-row class="chart-row" v-if="resourceIsVirtualMachine">
|
||||
<a-col>
|
||||
<strong>{{ $t('label.network') }}</strong>
|
||||
<InfoCircleOutlined class="info-icon" :title="$t('label.see.more.info.network.usage')" @click="onClickShowResourceInfoModal('NET')"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user