Author: yusaku
Date: Thu Jun 20 00:49:05 2013
New Revision: 1494827

URL: http://svn.apache.org/r1494827
Log:
AMBARI-2435. Security wizard: Hide operations link on Host pop-up window. 
(Andrii Tkach via yusaku)

Modified:
    
incubator/ambari/trunk/ambari-web/app/templates/common/host_progress_popup.hbs

Modified: 
incubator/ambari/trunk/ambari-web/app/templates/common/host_progress_popup.hbs
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/templates/common/host_progress_popup.hbs?rev=1494827&r1=1494826&r2=1494827&view=diff
==============================================================================
--- 
incubator/ambari/trunk/ambari-web/app/templates/common/host_progress_popup.hbs 
(original)
+++ 
incubator/ambari/trunk/ambari-web/app/templates/common/host_progress_popup.hbs 
Thu Jun 20 00:49:05 2013
@@ -64,11 +64,13 @@
 
   <div {{bindAttr class="view.isHostListHidden:hidden :task-list-main-warp"}}>
     <div class="task-top-wrap">
-      <a class="task-detail-back-to-hosts" href="javascript:void(null)" 
{{action backToServiceList}} ><i class="icon-arrow-left"></i>&nbsp;{{t 
common.operations}}</a>
-      <div>
-        <span class="task-detail-log-rolename" >{{t common.hosts}}</span>
-      </div>
-      <div {{bindAttr class="controller.showServices:tasks-list-select 
:select-wrap"}}>
+      {{#if controller.showServices}}
+        <a class="task-detail-back-to-hosts" href="javascript:void(null)" 
{{action backToServiceList}} >
+          <i class="icon-arrow-left"></i>&nbsp;{{t common.operations}}
+        </a>
+      {{/if}}
+      <span class="task-detail-log-rolename" >{{t common.hosts}}</span>
+      <div class="select-wrap">
         {{t common.show}}:
         {{view Ember.Select
           contentBinding="view.categories"


Reply via email to