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

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


The following commit(s) were added to refs/heads/main by this push:
     new 406af59  SOLR-15652: Update Admin UI Footer Links (#740)
406af59 is described below

commit 406af59039662df2aacbae947dadf54ffb0a007b
Author: Eric Pugh <[email protected]>
AuthorDate: Thu Mar 10 16:21:14 2022 -0500

    SOLR-15652: Update Admin UI Footer Links (#740)
    
    * update community link and introduce slack
    
    * reorder and have browser pop to new window
    
    * update css tags to make better sense
    
    * reorder tabs to put similar items next to each other
---
 solr/CHANGES.txt                       |  2 ++
 solr/webapp/web/css/angular/common.css |  6 +++---
 solr/webapp/web/index.html             | 11 ++++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 0c021b1..592c28a 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -37,6 +37,8 @@ Improvements
 ---------------------
 * SOLR-15986: CommitUpdateCommand and SplitIndexCommand can write user commit 
metadata. (Bruno Roustant)
 
+* SOLR-15652: Add Slack channel for community support to Admin UI footer, 
update links.  (Eric Pugh)
+
 Optimizations
 ---------------------
 (No changes)
diff --git a/solr/webapp/web/css/angular/common.css 
b/solr/webapp/web/css/angular/common.css
index 0b4b14d..df87254 100644
--- a/solr/webapp/web/css/angular/common.css
+++ b/solr/webapp/web/css/angular/common.css
@@ -283,9 +283,9 @@ ul
 
 #meta .documentation a { background-image: url( 
../../img/ico/document-text.png ); }
 #meta .issues a { background-image: url( ../../img/ico/bug.png ); }
-#meta .irc a { background-image: url( ../../img/ico/users.png ); }
-#meta .mailinglist a { background-image: url( ../../img/ico/mail.png ); }
-#meta .wiki-query-syntax a { background-image: url( 
../../img/ico/script-code.png ); }
+#meta .chat a { background-image: url( ../../img/ico/users.png ); }
+#meta .community a { background-image: url( ../../img/ico/mail.png ); }
+#meta .query-syntax a { background-image: url( ../../img/ico/script-code.png 
); }
 
 #environment
 {
diff --git a/solr/webapp/web/index.html b/solr/webapp/web/index.html
index c366923..e2c0ef3 100644
--- a/solr/webapp/web/index.html
+++ b/solr/webapp/web/index.html
@@ -254,11 +254,12 @@ limitations under the License.
 
         <ul>
 
-          <li class="documentation"><a 
href="http://solr.apache.org/guide/";><span>Documentation</span></a></li>
-          <li class="issues"><a 
href="http://issues.apache.org/jira/browse/SOLR";><span>Issue 
Tracker</span></a></li>
-          <li class="irc"><a 
href="https://web.libera.chat/?channels=#solr";><span>IRC Channel</span></a></li>
-          <li class="mailinglist"><a 
href="http://wiki.apache.org/solr/UsingMailingLists";><span>Community 
forum</span></a></li>
-          <li class="wiki-query-syntax"><a 
href="https://solr.apache.org/guide/query-syntax-and-parsers.html";><span>Solr 
Query Syntax</span></a></li>
+          <li class="documentation"><a href="http://solr.apache.org/guide/"; 
target="_blank"><span>Documentation</span></a></li>
+          <li class="query-syntax"><a 
href="https://solr.apache.org/guide/query-syntax-and-parsers.html"; 
target="_blank"><span>Solr Query Syntax</span></a></li>
+          <li class="community"><a 
href="https://solr.apache.org/community.html"; 
target="_blank"><span>Community</span></a></li>
+          <li class="issues"><a 
href="http://issues.apache.org/jira/browse/SOLR"; target="_blank"><span>Issue 
Tracker</span></a></li>
+          <li class="chat"><a href="https://s.apache.org/solr-slack"; 
target="_blank"><span>Slack</span></a></li>
+          <li class="chat"><a href="https://web.libera.chat/?channels=#solr"; 
target="_blank"><span>IRC</span></a></li>
 
         </ul>
 

Reply via email to