You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2018/04/06 09:04:14 UTC

[ambari] branch trunk updated: AMBARI-23472 NameNode HA: QuickLinks section issues. (ababiichuk)

This is an automated email from the ASF dual-hosted git repository.

ababiichuk pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 5b75125  AMBARI-23472 NameNode HA: QuickLinks section issues. (ababiichuk)
5b75125 is described below

commit 5b75125878fb2f0bec24853f6fbf702a021c7827
Author: ababiichuk <ab...@hortonworks.com>
AuthorDate: Thu Apr 5 13:23:15 2018 +0300

    AMBARI-23472 NameNode HA: QuickLinks section issues. (ababiichuk)
---
 ambari-web/app/templates/main/service/info/summary.hbs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-web/app/templates/main/service/info/summary.hbs b/ambari-web/app/templates/main/service/info/summary.hbs
index 4b33bb8..f92a74d 100644
--- a/ambari-web/app/templates/main/service/info/summary.hbs
+++ b/ambari-web/app/templates/main/service/info/summary.hbs
@@ -97,7 +97,7 @@
                     </h5>
                   {{/if}}
                   {{#each quickLinks in group.links}}
-                    <a href="javascript:void(null)">{{quickLinks.publicHostNameLabel}} &nbsp;</a>
+                    <h6>{{quickLinks.publicHostNameLabel}}</h6>
                     {{#each quickLinks}}
                       <a {{bindAttr href="url"}} target="_blank">{{label}}</a>
                     {{/each}}

-- 
To stop receiving notification emails like this one, please contact
ababiichuk@apache.org.