You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2018/10/09 20:12:38 UTC

[accumulo] branch master updated: Rename link on Monitor to REST (#685)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0817a63  Rename link on Monitor to REST (#685)
0817a63 is described below

commit 0817a63a52978b881997382e73b283266f9cf983
Author: Mike Miller <mm...@apache.org>
AuthorDate: Tue Oct 9 16:12:34 2018 -0400

    Rename link on Monitor to REST (#685)
---
 .../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 2fa6ed7..035a385 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
@@ -61,7 +61,7 @@
             </li>
             <li class="dropdown">
               <a class="dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">
-                API <span class="caret"></span>
+                REST <span class="caret"></span>
               </a>
               <ul class="dropdown-menu">
                 <li><a href="/rest/xml">XML</a></li>