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 <milamber@apache.org>
This commit is contained in:
Milamber 2013-10-16 11:37:06 +00:00
parent 3467c99e73
commit 08440668eb

View File

@ -1314,7 +1314,7 @@
$(serviceofferings).each(function() {
items.push({
id: this.id,
description: this.displaytext
description: this.name
});
});
args.response.success({