You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by do...@apache.org on 2022/09/22 17:58:28 UTC

[accumulo] branch main updated: Make it so the instance name is not highlighted in the monitor (#2945)

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

domgarguilo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
     new 28952d6b0c Make it so the instance name is not highlighted in the monitor (#2945)
28952d6b0c is described below

commit 28952d6b0cd62d75a3c67e7c4d2b50e12b5845a7
Author: Dom G <do...@apache.org>
AuthorDate: Thu Sep 22 13:58:21 2022 -0400

    Make it so the instance name is not highlighted in the monitor (#2945)
---
 .../src/main/resources/org/apache/accumulo/monitor/templates/navbar.ftl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/navbar.ftl b/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/navbar.ftl
index 29e3ec4295..cf79f87358 100644
--- a/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/navbar.ftl
+++ b/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/navbar.ftl
@@ -21,7 +21,7 @@
     <nav class="navbar navbar-expand-lg navbar-dark bg-dark">
       <div class="container-fluid">
         <div class="navbar-header">
-          <a class="navbar-brand" id="headertitle" href="/">
+          <a class="navbar-brand" id="headertitle" style="text-decoration: none" href="/">
             <img id="accumulo-avatar" alt="accumulo" class="navbar-left" src="/resources/images/accumulo-avatar.png" />
             ${instance_name}
           </a>