Skip to content

Commit 449ee8e

Browse files
authored
Show network metrics for System VMs (#8679)
1 parent e44c17e commit 449ee8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/components/view/StatsTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
/>
205205
</a-col>
206206
</a-row>
207-
<a-row class="chart-row" v-if="resourceType === 'VirtualMachine'">
207+
<a-row class="chart-row" v-if="resourceIsVirtualMachine">
208208
<a-col>
209209
<strong>{{ $t('label.network') }}</strong>
210210
<InfoCircleOutlined class="info-icon" :title="$t('label.see.more.info.network.usage')" @click="onClickShowResourceInfoModal('NET')"/>

0 commit comments

Comments
 (0)