rhtyd commented on a change in pull request #127: [WIP] - Vmware dc tab
URL: https://github.com/apache/cloudstack-primate/pull/127#discussion_r369963999
##########
File path: src/components/view/DetailsTab.vue
##########
@@ -29,17 +29,19 @@
</div>
</a-list-item>
<DedicateData :resource="resource" v-if="dedicatedSectionActive" />
+ <VMWare :resource="resource" v-if="this.$route.meta.name === 'zone'" />
Review comment:
@RitchieVincent in template, variables can be accessed without using `this.`.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services