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 2020/01/07 14:38:23 UTC

[GitHub] [cloudstack] anuragaw commented on a change in pull request #3778: Endless settings on templates and instances

anuragaw commented on a change in pull request #3778: Endless settings on templates and instances
URL: https://github.com/apache/cloudstack/pull/3778#discussion_r363777178
 
 

 ##########
 File path: ui/scripts/instances.js
 ##########
 @@ -3437,6 +3437,13 @@
 						custom: cloudStack.uiCustom.granularDetails({
                         resourceType: 'UserVm',
 							dataProvider: function(args) {
+                                // no paging for listVirtualMachines details
+                                if (args.page > 1){
+                                    args.response.success({
+                                        data: []
+                                    });
+                                    return;
+                                }
 
 Review comment:
   What you see in IDEs is actually rendered as per configuration of whitespace. However, this is old UI and I've seen this broken at many files. 

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