You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2019/05/20 10:50:45 UTC

[GitHub] [cloudstack] ustcweizhou removed a comment on issue #3334: Cannot enable static NAT on VM with NICs on multiple VPC tiers in UI

ustcweizhou removed a comment on issue #3334: Cannot enable static NAT on VM with NICs on multiple VPC tiers in UI
URL: https://github.com/apache/cloudstack/issues/3334#issuecomment-493916561
 
 
   patch
   
   ```
   diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js
   index 8058f07..b7fac5b 100644
   --- a/ui/scripts/vpc.js
   +++ b/ui/scripts/vpc.js
   @@ -39,7 +39,7 @@
                                url: createURL('listNics'),
                                data: {
                                    virtualmachineid: instance.id,
   -                                nicId: instance.nic[0].id
   +                                networkId: network.id
                                },
                                success: function(json) {
                                    var nic = json.listnicsresponse.nic[0];
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services