diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index d0700b6e4e7..bbd91f72cca 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -103,8 +103,6 @@ New Features * SOLR-11592: Add OpenNLP language detection to the langid contrib. (Koji, Steve Rowe) -* SOLR-11648: A new admin UI to display and execute suggestions (Apoorv Bhawsar , noble) - Bug Fixes ---------------------- diff --git a/solr/webapp/web/css/angular/menu.css b/solr/webapp/web/css/angular/menu.css index 998c5e3fd66..0e73a59a8cf 100644 --- a/solr/webapp/web/css/angular/menu.css +++ b/solr/webapp/web/css/angular/menu.css @@ -257,7 +257,6 @@ limitations under the License. #menu #collections.global p a { background-image: url( ../../img/ico/documents-stack.png ); } #menu #cores.global p a { background-image: url( ../../img/ico/databases.png ); } -#menu #cluster-suggestions.global p a { background-image: url( ../../img/ico/idea.png ); } #menu #cloud.global p a { background-image: url( ../../img/ico/network-cloud.png ); } #menu #cloud.global .tree a { background-image: url( ../../img/ico/folder-tree.png ); } diff --git a/solr/webapp/web/css/angular/suggestions.css b/solr/webapp/web/css/angular/suggestions.css deleted file mode 100644 index ef764f36a47..00000000000 --- a/solr/webapp/web/css/angular/suggestions.css +++ /dev/null @@ -1,46 +0,0 @@ -#cluster-suggestions -.s-container{ - text-align:center; -} -#cluster-suggestions -.s-box1{ - background-image: url( ../../img/ico/run.png ); - background-color: transparent; - background-repeat: no-repeat; - border: none; - cursor: pointer; - vertical-align: middle; - display:inline-block; - width:20px; -} -#cluster-suggestions -.s-box2{ - display:inline-block; -} -#cluster-suggestions -.s-box3{ - display:inline-block; -} -#cluster-suggestions -.s-box4{ - display:inline-block; -} -#s-table { - border-collapse: collapse; - width: 60%; -} - -#s-table td, #customers th { - border: 1px solid #ddd; - padding: 8px; -} - -#cluster-suggestions #s-table tr:nth-child(even){background-color: #f2f2f2;} - -#cluster-suggestions #s-table th { - padding-top: 12px; - padding-bottom: 12px; - text-align: left; - background-color: #4CAF50; - color: white; -} diff --git a/solr/webapp/web/img/ico/idea.png b/solr/webapp/web/img/ico/idea.png deleted file mode 100644 index 8b3abbd5e9b..00000000000 Binary files a/solr/webapp/web/img/ico/idea.png and /dev/null differ diff --git a/solr/webapp/web/img/ico/run.png b/solr/webapp/web/img/ico/run.png deleted file mode 100644 index dc35fe3cb29..00000000000 Binary files a/solr/webapp/web/img/ico/run.png and /dev/null differ diff --git a/solr/webapp/web/index.html b/solr/webapp/web/index.html index 54203bc00e4..35cd19600cf 100644 --- a/solr/webapp/web/index.html +++ b/solr/webapp/web/index.html @@ -41,7 +41,6 @@ limitations under the License. - @@ -79,8 +78,6 @@ limitations under the License. - -
@@ -160,7 +157,6 @@ limitations under the License.Type | -Reason | -Action | -
NA | -NA | -NA | -
{{ x.type }} | -{{ x.violation.clause }} | -
-
-
-
-
-
-
- |
-