You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/10/16 23:45:31 UTC

[4/8] git commit: updated refs/heads/ui-restyle to 116e06e

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 <mi...@apache.org>


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 <mi...@apache.org>
Authored: Wed Oct 16 11:37:06 2013 +0000
Committer: Milamber <mi...@apache.org>
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({