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/08440668 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/08440668 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/08440668 Branch: refs/heads/ui-restyle Commit: 08440668ebbbe282291a6e505b96030191deed4b Parents: 3467c99 Author: Milamber <[email protected]> Authored: Wed Oct 16 11:37:06 2013 +0000 Committer: Milamber <[email protected]> Committed: Wed Oct 16 11:38:36 2013 +0000 ---------------------------------------------------------------------- ui/scripts/instances.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/08440668/ui/scripts/instances.js ---------------------------------------------------------------------- diff --git a/ui/scripts/instances.js b/ui/scripts/instances.js index ba463e7..41d1772 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({
