We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e44c17e commit 449ee8eCopy full SHA for 449ee8e
1 file changed
ui/src/components/view/StatsTab.vue
@@ -204,7 +204,7 @@
204
/>
205
</a-col>
206
</a-row>
207
- <a-row class="chart-row" v-if="resourceType === 'VirtualMachine'">
+ <a-row class="chart-row" v-if="resourceIsVirtualMachine">
208
<a-col>
209
<strong>{{ $t('label.network') }}</strong>
210
<InfoCircleOutlined class="info-icon" :title="$t('label.see.more.info.network.usage')" @click="onClickShowResourceInfoModal('NET')"/>
0 commit comments