From 482c425193ea1ea2ea2f5919cb4bc363da0f028d Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Fri, 26 Jul 2013 12:58:18 -0700 Subject: [PATCH] CLOUDSTACK-3820: UI > Infrastructure menu > zone detail > UCS > API command names have been changed. Here is related UI change. --- ui/scripts/system.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/scripts/system.js b/ui/scripts/system.js index cbed773510b..b40d695b696 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,