Repository: ambari
Updated Branches:
  refs/heads/trunk 0e01b1807 -> d9443620a


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


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

Branch: refs/heads/trunk
Commit: d9443620a64a38bbbfa49c20b12dcca0468c1cab
Parents: 0e01b18
Author: Aleksandr Kovalenko <[email protected]>
Authored: Tue Apr 22 14:34:56 2014 +0300
Committer: Aleksandr Kovalenko <[email protected]>
Committed: Tue Apr 22 14:36:17 2014 +0300

----------------------------------------------------------------------
 ambari-web/app/templates/main/service/services/flume.hbs | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/d9443620/ambari-web/app/templates/main/service/services/flume.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/main/service/services/flume.hbs 
b/ambari-web/app/templates/main/service/services/flume.hbs
index ce904f2..e5dd18a 100644
--- a/ambari-web/app/templates/main/service/services/flume.hbs
+++ b/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}}

Reply via email to