From 84583d2563522ecd360851a7bfde4489772bebe1 Mon Sep 17 00:00:00 2001 From: Erick Erickson Date: Sun, 22 Apr 2018 19:19:09 -0700 Subject: [PATCH] SOLR-12253: Remove optimize button from the core admin page --- solr/CHANGES.txt | 3 +++ solr/webapp/web/css/angular/collections.css | 4 ---- solr/webapp/web/css/angular/cores.css | 8 -------- solr/webapp/web/partials/cores.html | 2 -- 4 files changed, 3 insertions(+), 14 deletions(-) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index ff8283841e4..ff0ea2cdca0 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -182,6 +182,9 @@ Bug Fixes * SOLR-12250: NegativeArraySizeException on TransactionLog if previous document more than 1.9GB (Cao Manh Dat) + +* SOLR-12253: Remove optimize button from the core admin page (Erick Erickson) + Optimizations ---------------------- diff --git a/solr/webapp/web/css/angular/collections.css b/solr/webapp/web/css/angular/collections.css index 43360c05cfe..e8d1207e161 100644 --- a/solr/webapp/web/css/angular/collections.css +++ b/solr/webapp/web/css/angular/collections.css @@ -170,10 +170,6 @@ limitations under the License. background-image: url( ../../img/ico/cross-button.png ); } -#content #collections .actions #optimize span -{ - background-image: url( ../../img/ico/hammer-screwdriver.png ); -} #content #collections .actions div.action { diff --git a/solr/webapp/web/css/angular/cores.css b/solr/webapp/web/css/angular/cores.css index 0d10d603f58..0428c664b36 100644 --- a/solr/webapp/web/css/angular/cores.css +++ b/solr/webapp/web/css/angular/cores.css @@ -164,14 +164,6 @@ limitations under the License. background-image: url( ../../img/ico/arrow-switch.png ); } -#content #cores .actions #optimize -{ -} - -#content #cores .actions #optimize span -{ - background-image: url( ../../img/ico/hammer-screwdriver.png ); -} #content #cores .actions div.action { diff --git a/solr/webapp/web/partials/cores.html b/solr/webapp/web/partials/cores.html index e426e4cb75a..1615769564f 100644 --- a/solr/webapp/web/partials/cores.html +++ b/solr/webapp/web/partials/cores.html @@ -29,8 +29,6 @@ limitations under the License. -