AMBARI-6988 Configs: when saving a config, refresh flag disappears in current if you click away . (atkach)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/68a5d44f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/68a5d44f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/68a5d44f Branch: refs/heads/branch-alerts-dev Commit: 68a5d44f2f52bf78c32e9358b20a641d2ac6c9b4 Parents: 7d0c7c2 Author: atkach <[email protected]> Authored: Fri Aug 22 15:15:25 2014 +0300 Committer: atkach <[email protected]> Committed: Fri Aug 22 15:15:25 2014 +0300 ---------------------------------------------------------------------- ambari-web/app/templates/common/configs/config_history_flow.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/68a5d44f/ambari-web/app/templates/common/configs/config_history_flow.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/common/configs/config_history_flow.hbs b/ambari-web/app/templates/common/configs/config_history_flow.hbs index a3a39b3..0722f1e 100644 --- a/ambari-web/app/templates/common/configs/config_history_flow.hbs +++ b/ambari-web/app/templates/common/configs/config_history_flow.hbs @@ -29,7 +29,7 @@ {{#if serviceVersion.isCurrent}} <span class="label label-success"> {{t common.current}} - <i {{bindAttr class=":icon-refresh :restart-required-service view.displayedServiceVersion.isRestartRequired::hidden"}}></i> + <i {{bindAttr class=":icon-refresh :restart-required-service view.serviceVersion.isRestartRequired::hidden"}}></i> </span> {{/if}} </div>
