Updated Branches: refs/heads/4.2 903d0c092 -> da10df78e
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 <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/da10df78 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/da10df78 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/da10df78 Branch: refs/heads/4.2 Commit: da10df78e48bceff6928d1c97dde6bbe9fd0e20c Parents: 903d0c0 Author: Milamber <[email protected]> Authored: Wed Oct 16 11:37:06 2013 +0000 Committer: Milamber <[email protected]> Committed: Wed Oct 16 11:42:30 2013 +0000 ---------------------------------------------------------------------- ui/scripts/instances.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/da10df78/ui/scripts/instances.js ---------------------------------------------------------------------- diff --git a/ui/scripts/instances.js b/ui/scripts/instances.js index 5eb72a1..420307b 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({
