Skip to content

Commit a3dfbc0

Browse files
GaOrtigadhslove
authored andcommitted
Show network metrics for System VMs (apache#8679)
1 parent 49f819c commit a3dfbc0

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)