You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by je...@apache.org on 2014/11/18 21:01:28 UTC

git commit: updated refs/heads/4.5 to ade2517

Repository: cloudstack
Updated Branches:
  refs/heads/4.5 9c328cb9d -> ade2517a4


CLOUDSTACK-7498: UI > ISO > Register ISO action > a javascript error "osTypeObjs is not defined" comes and goes.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ade2517a
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ade2517a
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ade2517a

Branch: refs/heads/4.5
Commit: ade2517a4783526f7ad9c22714beb2b71a3c2051
Parents: 9c328cb
Author: Jessica Wang <je...@apache.org>
Authored: Tue Nov 18 12:00:27 2014 -0800
Committer: Jessica Wang <je...@apache.org>
Committed: Tue Nov 18 12:00:27 2014 -0800

----------------------------------------------------------------------
 ui/scripts/templates.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ade2517a/ui/scripts/templates.js
----------------------------------------------------------------------
diff --git a/ui/scripts/templates.js b/ui/scripts/templates.js
index b8b8534..28145d5 100644
--- a/ui/scripts/templates.js
+++ b/ui/scripts/templates.js
@@ -1566,13 +1566,13 @@
 	                                                dataType: "json",
 	                                                async: false,
 	                                                success: function(json) {
-	                                                    osTypeObjs = json.listostypesresponse.ostype;	                                                    
+	                                                    ostypeObjs = json.listostypesresponse.ostype;	                                                    
 	                                                }
 	                                            });
                                         	}
                                         	var items = [];
                                             //items.push({id: "", description: "None"}); //shouldn't have None option when bootable is checked
-                                            $(osTypeObjs).each(function() {
+                                            $(ostypeObjs).each(function() {
                                                 items.push({
                                                     id: this.id,
                                                     description: this.description