You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2017/08/12 23:21:23 UTC

[cloudstack] branch master updated: CLOUDSTACK-10026 Page for Internal LB VM stucking while loading (#2215)

This is an automated email from the ASF dual-hosted git repository.

bhaisaab pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
     new f243f70  CLOUDSTACK-10026 Page for Internal LB VM stucking while loading (#2215)
f243f70 is described below

commit f243f70c5980c5ebd4f91fe1e665d50e68ab4548
Author: vedulasantosh <ve...@accelerite.com>
AuthorDate: Sun Aug 13 04:51:18 2017 +0530

    CLOUDSTACK-10026 Page for Internal LB VM stucking while loading (#2215)
---
 ui/scripts/system.js | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index f16ffe8..e9d0b5c 100755
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -2858,8 +2858,8 @@
                                         $.ajax({
                                             url: createURL("listInternalLoadBalancerVMs&zoneid=" + selectedZoneObj.id + "&listAll=true&page=" + args.page + "&pagesize=" + pageSize + array1.join("")),
                                             success: function (json) {
-                                                var items = json.listinternallbvmssresponse.internalloadbalancervm ?
-                                                json.listinternallbvmssresponse.internalloadbalancervm:[];
+                                                var items = json.listinternallbvmsresponse.internalloadbalancervm ?
+                                                json.listinternallbvmsresponse.internalloadbalancervm:[];
 
                                                 $(items).map(function (index, item) {
                                                     routers.push(item);
@@ -2869,8 +2869,8 @@
                                                 $.ajax({
                                                     url: createURL("listInternalLoadBalancerVMs&zoneid=" + selectedZoneObj.id + "&listAll=true&page=" + args.page + "&pagesize=" + pageSize + array1.join("") + "&projectid=-1"),
                                                     success: function (json) {
-                                                        var items = json.listinternallbvmssresponse.internalloadbalancervm ?
-                                                        json.listinternallbvmssresponse.internalloadbalancervm:[];
+                                                        var items = json.listinternallbvmsresponse.internalloadbalancervm ?
+                                                        json.listinternallbvmsresponse.internalloadbalancervm:[];
 
                                                         $(items).map(function (index, item) {
                                                             routers.push(item);
@@ -3028,7 +3028,7 @@
                                                                             dataType: "json",
                                                                             async: false,
                                                                             success: function (json) {
-                                                                                var items = json.listinternallbvmssresponse.internalloadbalancervm;
+                                                                                var items = json.listinternallbvmsresponse.internalloadbalancervm;
                                                                                 if (items != null && items.length > 0) {
                                                                                     return items[0];
                                                                                 }
@@ -3161,7 +3161,7 @@
                                                         dataType: 'json',
                                                         async: true,
                                                         success: function (json) {
-                                                            var jsonObj = json.listinternallbvmssresponse.internalloadbalancervm[0];
+                                                            var jsonObj = json.listinternallbvmsresponse.internalloadbalancervm[0];
                                                             addExtraPropertiesToRouterInstanceObject(jsonObj);
                                                             args.response.success({
                                                                 actionFilter: internallbinstanceActionfilter,
@@ -3213,7 +3213,7 @@
                                                         dataType: 'json',
                                                         async: true,
                                                         success: function (json) {
-                                                            var jsonObj = json.listinternallbvmssresponse.internalloadbalancervm[0].nic;
+                                                            var jsonObj = json.listinternallbvmsresponse.internalloadbalancervm[0].nic;
 
                                                             args.response.success({
                                                                 actionFilter: internallbinstanceActionfilter,

-- 
To stop receiving notification emails like this one, please contact
['"commits@cloudstack.apache.org" <co...@cloudstack.apache.org>'].