You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ak...@apache.org on 2015/05/28 14:03:34 UTC

[2/2] ambari git commit: AMBARI-11479. Last version does not has restart icon on configs page (akovalenko)

AMBARI-11479. Last version does not has restart icon on configs page (akovalenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/283ec21e
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/283ec21e
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/283ec21e

Branch: refs/heads/trunk
Commit: 283ec21ec3946713124a098e3a42a41cf7e110f0
Parents: da02aee
Author: Aleksandr Kovalenko <ak...@hortonworks.com>
Authored: Thu May 28 14:01:23 2015 +0300
Committer: Aleksandr Kovalenko <ak...@hortonworks.com>
Committed: Thu May 28 14:01:23 2015 +0300

----------------------------------------------------------------------
 ambari-web/app/templates/common/configs/service_version_box.hbs | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/283ec21e/ambari-web/app/templates/common/configs/service_version_box.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/common/configs/service_version_box.hbs b/ambari-web/app/templates/common/configs/service_version_box.hbs
index f2c769e..5177c8f 100644
--- a/ambari-web/app/templates/common/configs/service_version_box.hbs
+++ b/ambari-web/app/templates/common/configs/service_version_box.hbs
@@ -29,6 +29,7 @@
       {{#if serviceVersion.isCurrent}}
         <div class="current-label">
           <span class="label label-success label-current icon-ok" data-toggle="tooltip" {{translateAttr title="common.current"}}>
+            <i {{bindAttr class=":icon-refresh :restart-required-service serviceVersion.isRestartRequired::hidden"}}></i>
           </span>
         </div>
       {{/if}}