Explorar el Código

AMBARI-5521. Flume agent links should link to hosts page. (akovalenko)

Aleksandr Kovalenko hace 11 años
padre
commit
d9443620a6
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      ambari-web/app/templates/main/service/services/flume.hbs

+ 3 - 1
ambari-web/app/templates/main/service/services/flume.hbs

@@ -60,7 +60,9 @@
                 {{agent.name}}
               </td>
               <td class="agent-host-name">
-                {{agent.host.hostName}}
+                <a href="javascript:void(null)" {{action showDetails agent.host}}>
+                  {{agent.host.hostName}}
+                </a>
               </td>
               <td>
                 {{agent.sourcesCount}}