Author: yusaku
Date: Thu Jun  6 20:22:57 2013
New Revision: 1490427

URL: http://svn.apache.org/r1490427
Log:
AMBARI-2232. Install, Start and Test Page: Inconsistent link styles in the host 
progress popup task view. (yusaku)

Modified:
    
incubator/ambari/branches/branch-1.2.4/ambari-web/app/templates/wizard/step9HostTasksLogPopup.hbs

Modified: 
incubator/ambari/branches/branch-1.2.4/ambari-web/app/templates/wizard/step9HostTasksLogPopup.hbs
URL: 
http://svn.apache.org/viewvc/incubator/ambari/branches/branch-1.2.4/ambari-web/app/templates/wizard/step9HostTasksLogPopup.hbs?rev=1490427&r1=1490426&r2=1490427&view=diff
==============================================================================
--- 
incubator/ambari/branches/branch-1.2.4/ambari-web/app/templates/wizard/step9HostTasksLogPopup.hbs
 (original)
+++ 
incubator/ambari/branches/branch-1.2.4/ambari-web/app/templates/wizard/step9HostTasksLogPopup.hbs
 Thu Jun  6 20:22:57 2013
@@ -55,8 +55,8 @@
       <span class="task-detail-log-rolename" >{{{view.openedTask.role}} 
{{view.openedTask.command}}</span>
     </div>
     <div class="task-detail-ico-wrap">
-      <div title="Click to Copy" {{action "textTrigger" taskInfo 
target="view"}} class="task-detail-copy"><i class="icon-copy"></i> {{t 
common.copy}}</div>
-      <div title="Open in New Window" {{action openTaskLogInDialog}} 
class="task-detail-open-dialog"><i class="icon-external-link"></i> {{t 
common.open}}</div>
+      <a title="Click to Copy" {{action "textTrigger" taskInfo target="view"}} 
class="task-detail-copy"><i class="icon-copy"></i> {{t common.copy}}</a>
+      <a title="Open in New Window" {{action openTaskLogInDialog}} 
class="task-detail-open-dialog"><i class="icon-external-link"></i> {{t 
common.open}}</a>
     </div>
   </div>
   <div class="task-detail-log-info">


Reply via email to