From 08440668ebbbe282291a6e505b96030191deed4b 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 ba463e7b4be..41d1772dbe4 100644 --- a/ui/scripts/instances.js +++ b/ui/scripts/instances.js @@ -1314,7 +1314,7 @@ $(serviceofferings).each(function() { items.push({ id: this.id, - description: this.displaytext + description: this.name }); }); args.response.success({