From da10df78e48bceff6928d1c97dde6bbe9fd0e20c Mon Sep 17 00:00:00 2001 From: Milamber Date: Wed, 16 Oct 2013 11:37:06 +0000 Subject: [PATCH] Regression from Commit: f766a9e58dddfd70c2edc25e018b679a101a1eec Re-commit CLOUDSTACK-2413 - Display the Name of compute offering in dialog box Change Service Offering (was Description field before) Signed-off-by: Milamber --- ui/scripts/instances.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/instances.js b/ui/scripts/instances.js index 5eb72a139ec..420307b0f9e 100644 --- a/ui/scripts/instances.js +++ b/ui/scripts/instances.js @@ -1326,7 +1326,7 @@ $(serviceofferings).each(function() { items.push({ id: this.id, - description: this.displaytext + description: this.name }); }); args.response.success({