Repository: ambari Updated Branches: refs/heads/branch-2.4 8202f954c -> c9c8bc1f5
AMBARI-17016 Removing OS doesn't work Amend (zhewang) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c9c8bc1f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c9c8bc1f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c9c8bc1f Branch: refs/heads/branch-2.4 Commit: c9c8bc1f55edd6daeb4a43780caea9b4011d77a7 Parents: 8202f95 Author: Zhe (Joe) Wang <[email protected]> Authored: Thu Jun 2 16:52:07 2016 -0700 Committer: Zhe (Joe) Wang <[email protected]> Committed: Thu Jun 2 16:53:50 2016 -0700 ---------------------------------------------------------------------- ambari-web/app/controllers/installer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/c9c8bc1f/ambari-web/app/controllers/installer.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/installer.js b/ambari-web/app/controllers/installer.js index ed1e2c1..251daad 100644 --- a/ambari-web/app/controllers/installer.js +++ b/ambari-web/app/controllers/installer.js @@ -440,7 +440,7 @@ App.InstallerController = App.WizardController.extend({ */ setStacks: function () { App.db.setStacks(App.Stack.find().slice()); - this.set('content.stacks', stacks); + this.set('content.stacks', App.Stack.find()); App.db.setOses(App.OperatingSystem.find().slice()); App.db.setRepos(App.Repository.find().slice()); },
