rhtyd commented on a change in pull request #877:
URL: https://github.com/apache/cloudstack-primate/pull/877#discussion_r533151579



##########
File path: src/views/infra/network/IpRangesTabGuest.vue
##########
@@ -17,15 +17,6 @@
 
 <template>
   <a-spin :spinning="componentLoading">
-    <a-button
-      :disabled="!('createNetwork' in this.$store.getters.apis)"

Review comment:
       @davidjumani why are we removing this?

##########
File path: src/views/infra/network/IpRangesTabGuest.vue
##########
@@ -138,6 +115,7 @@ export default {
       this.componentLoading = true
       api('listNetworks', {
         zoneid: this.resource.zoneid,
+        physicalnetworkid: this.resource.id,

Review comment:
       this lgtm




----------------------------------------------------------------
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]


Reply via email to