You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by je...@apache.org on 2013/07/26 22:00:55 UTC

git commit: updated refs/heads/4.2 to e27b71f

Updated Branches:
  refs/heads/4.2 81f7802ab -> e27b71fb7


CLOUDSTACK-3820: UI > Infrastructure menu > zone detail > UCS > API command names have been changed. Here is related UI change.


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

Branch: refs/heads/4.2
Commit: e27b71fb78d6706d22bc636e70acba85ed9d2a74
Parents: 81f7802
Author: Jessica Wang <je...@apache.org>
Authored: Fri Jul 26 12:58:18 2013 -0700
Committer: Jessica Wang <je...@apache.org>
Committed: Fri Jul 26 13:00:46 2013 -0700

----------------------------------------------------------------------
 ui/scripts/system.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e27b71fb/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index cbed773..b40d695 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -14088,7 +14088,7 @@
                     },
                     dataProvider: function(args) {                       
 			            $.ajax({
-			              url: createURL('listUcsManager'),
+			              url: createURL('listUcsManagers'),
 			              data: {
 			                zoneid: args.context.physicalResources[0].id
 			              },
@@ -14215,7 +14215,7 @@
                                     },
                                     dataProvider: function(args) {
                                         $.ajax({
-                                            url: createURL('listUcsBlade'),
+                                            url: createURL('listUcsBlades'),
                                             data: {
                                                 ucsmanagerid: args.context.ucsManagers[0].id
                                             },
@@ -14276,7 +14276,7 @@
                                                             var items = [];
 
                                                             $.ajax({
-                                                                url: createURL('listUcsProfile'),
+                                                                url: createURL('listUcsProfiles'),
                                                                 data: {
                                                                     ucsmanagerid: args.context.ucsManagers[0].id
                                                                 },
@@ -14319,7 +14319,7 @@
                                             },
                                             action: function(args) {
                                                 $.ajax({
-                                                    url: createURL('associatesUcsProfileToBlade'), //This API has been changed from sync to async at 7/25/2013
+                                                    url: createURL('associateUcsProfileToBlade'), //This API has been changed from sync to async at 7/25/2013
                                                     data: {
                                                         ucsmanagerid: args.context.ucsManagers[0].id,
                                                         profiledn: args.data.profiledn,