From 2e5c1614ed42227b2a9242e04c8a2e6f8a3da8c9 Mon Sep 17 00:00:00 2001 From: ramamurtis Date: Thu, 12 Feb 2015 13:28:16 +0530 Subject: [PATCH 1/2] CLOUDSTACK-8245: Scrolling down the network service providers list from the UI never ends --- ui/scripts/system.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index eb9059935e7..3a460b872c6 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -534,6 +534,7 @@ } } }, + disableInfiniteScrolling: true, dataProvider: function (args) { refreshNspData(); args.response.success({ From d363b2afce2b4de1479e147dc3768546b0287b9d Mon Sep 17 00:00:00 2001 From: ramamurtis Date: Thu, 12 Feb 2015 13:35:58 +0530 Subject: [PATCH 2/2] CLOUDSTACK-8246: Add Cluster - Guest traffic label displayed Incorrectly --- ui/scripts/system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 3a460b872c6..845ce525930 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -14186,7 +14186,7 @@ }, vSwitchGuestName: { - label: ' label.guest.traffic.vswitch.name', + label: 'label.guest.traffic.vswitch.name', isHidden: true },