AMBARI-7510. Configs: clicking out of HCG compare should clear compare. (Max Shepel via akovalenko)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/bf3a614e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/bf3a614e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/bf3a614e Branch: refs/heads/branch-alerts-dev Commit: bf3a614e19529fd1346bbf4525de9c06f6e35696 Parents: 9074f83 Author: Aleksandr Kovalenko <[email protected]> Authored: Fri Sep 26 13:48:59 2014 +0300 Committer: Aleksandr Kovalenko <[email protected]> Committed: Fri Sep 26 13:48:59 2014 +0300 ---------------------------------------------------------------------- ambari-web/app/views/common/configs/config_history_flow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/bf3a614e/ambari-web/app/views/common/configs/config_history_flow.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/views/common/configs/config_history_flow.js b/ambari-web/app/views/common/configs/config_history_flow.js index 30d9e0f..e0e9581 100644 --- a/ambari-web/app/views/common/configs/config_history_flow.js +++ b/ambari-web/app/views/common/configs/config_history_flow.js @@ -349,7 +349,7 @@ App.ConfigHistoryFlowView = Em.View.extend({ }); this.shiftFlowOnSwitch(versionIndex); this.get('controller').loadSelectedVersion(displayedVersion); - }, + }.observes('controller.selectedConfigGroup'), /** * revert config values to chosen version and apply reverted configs to server */
