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/07/04 06:47:56 UTC

[GitHub] [cloudstack] anuragaw commented on a change in pull request #3336: Sort list of templates, serviceOfferings, diskOfferings etc in the deploy VM wizard

anuragaw commented on a change in pull request #3336: Sort list of templates, serviceOfferings, diskOfferings etc in the deploy VM wizard
URL: https://github.com/apache/cloudstack/pull/3336#discussion_r300249769
 
 

 ##########
 File path: ui/scripts/ui-custom/instanceWizard.js
 ##########
 @@ -979,6 +988,8 @@
 
                                     $vpcSelect.val(-1);
 
+                                    sortArrayByKey(args.data.networkOfferings, 'name');
 
 Review comment:
   Network offerings also has a support for sort_key param in database. We should not sort 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:
users@infra.apache.org


With regards,
Apache Git Services