This is an automated email from the ASF dual-hosted git repository.

dahn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new 449ee8e509e Show network metrics for System VMs (#8679)
449ee8e509e is described below

commit 449ee8e509e34837c57dedd0ba34bd2bc735471e
Author: GaOrtiga <49285692+gaort...@users.noreply.github.com>
AuthorDate: Thu Mar 28 05:10:32 2024 -0300

    Show network metrics for System VMs (#8679)
---
 ui/src/components/view/StatsTab.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/components/view/StatsTab.vue 
b/ui/src/components/view/StatsTab.vue
index 27595223899..240ac44f71a 100644
--- a/ui/src/components/view/StatsTab.vue
+++ b/ui/src/components/view/StatsTab.vue
@@ -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')"/>

Reply via email to