Repository: ambari Updated Branches: refs/heads/trunk 9bb8524b9 -> b8c1cb699
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/b8c1cb69 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b8c1cb69 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b8c1cb69 Branch: refs/heads/trunk Commit: b8c1cb6990c61e4d17b6ce309a705ee103d35748 Parents: 9bb8524 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:52:46 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/b8c1cb69/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()); },
