Pearl1594 commented on code in PR #8781:
URL: https://github.com/apache/cloudstack/pull/8781#discussion_r1523675208
##########
ui/src/views/AutogenView.vue:
##########
@@ -986,6 +986,12 @@ export default {
}
this.itemCount = apiItemCount
+ if (this.dataView && this.$route.path.includes('/zone/') &&
'listVmwareDcs' in this.$store.getters.apis) {
Review Comment:
we don't have an explicit component to control viewing the specific action.
Hence, this updates the resource value before the zone.js
(https://github.com/apache/cloudstack/blob/main/ui/src/config/section/infra/zones.js#L237)
file consumes it to determine whether or not to show the specific button.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]