Show network metrics for System VMs (#8679)

This commit is contained in:
GaOrtiga 2024-03-28 05:10:32 -03:00 committed by GitHub
parent e44c17e077
commit 449ee8e509
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -204,7 +204,7 @@
/> />
</a-col> </a-col>
</a-row> </a-row>
<a-row class="chart-row" v-if="resourceType === 'VirtualMachine'"> <a-row class="chart-row" v-if="resourceIsVirtualMachine">
<a-col> <a-col>
<strong>{{ $t('label.network') }}</strong> <strong>{{ $t('label.network') }}</strong>
<InfoCircleOutlined class="info-icon" :title="$t('label.see.more.info.network.usage')" @click="onClickShowResourceInfoModal('NET')"/> <InfoCircleOutlined class="info-icon" :title="$t('label.see.more.info.network.usage')" @click="onClickShowResourceInfoModal('NET')"/>