From a636ac23ac91edf89bc9d96f91a0242939e82748 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Mon, 20 May 2013 10:17:23 -0700 Subject: [PATCH] CLOUDSTACK - UCS manager - associate profile to blade action - only update the field that has been changed, i.e. profile DN field. --- 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 e8f4a1b1934..4820a458ae4 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -11063,7 +11063,7 @@ } }); */ - args.response.success({data: { id: '85a2ff00-ed42-4a18-8f5f-bb75c9ffd413', hostId: '62be4b10-a828-4ea2-aed8-9ad1d0812ff9', dn: 'sys/chassis-2/blade-2', associatedProfileDn: 'profile_3' }}); + args.response.success({data: { associatedProfileDn: args.data.profiledn }}); }, notification: { poll: function(args) {