You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by at...@apache.org on 2014/08/22 14:19:40 UTC

git commit: AMBARI-6988 Configs: when saving a config, refresh flag disappears in current if you click away . (atkach)

Repository: ambari
Updated Branches:
  refs/heads/trunk 7d0c7c2cf -> 68a5d44f2


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/trunk
Commit: 68a5d44f2f52bf78c32e9358b20a641d2ac6c9b4
Parents: 7d0c7c2
Author: atkach <at...@hortonworks.com>
Authored: Fri Aug 22 15:15:25 2014 +0300
Committer: atkach <at...@hortonworks.com>
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>