Repository: cloudstack
Updated Branches:
  refs/heads/master 1dc0611bc -> 446e08d25


CLOUDSTACK-8245: Scrolling down the network service providers list from the UI 
never ends


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2e5c1614
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2e5c1614
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2e5c1614

Branch: refs/heads/master
Commit: 2e5c1614ed42227b2a9242e04c8a2e6f8a3da8c9
Parents: ec1c389
Author: ramamurtis <ramamurti.subraman...@citrix.com>
Authored: Thu Feb 12 13:28:16 2015 +0530
Committer: ramamurtis <ramamurti.subraman...@citrix.com>
Committed: Thu Feb 12 13:28:16 2015 +0530

----------------------------------------------------------------------
 ui/scripts/system.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2e5c1614/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index eb90599..3a460b8 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -534,6 +534,7 @@
                         }
                     }
                 },
+                disableInfiniteScrolling: true,
                 dataProvider: function (args) {
                     refreshNspData();
                     args.response.success({

Reply via email to