You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2021/05/20 12:53:32 UTC

[lucene-solr] branch branch_8x updated: SOLR-15424: Solr replication UI wraps ETA time (#137)

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

janhoy pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 528b8c2  SOLR-15424: Solr replication UI wraps ETA time (#137)
528b8c2 is described below

commit 528b8c2907e97f79dbd3a598a3fedfc948917031
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Thu May 20 14:51:48 2021 +0200

    SOLR-15424: Solr replication UI wraps ETA time (#137)
---
 solr/CHANGES.txt                            | 2 ++
 solr/webapp/web/css/angular/replication.css | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index fe300c2..21f756f 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -103,6 +103,8 @@ Bug Fixes
 * SOLR-11904: Mark ReplicationHandler's polling thread as a Solr server thread so the PKI Interceptor is activated to
   allow PULL replicas to replicate from security-enabled leaders (Timothy Potter, Torsten Bøgh Köster)
 
+* SOLR-15424: Solr replication UI wraps ETA time on top of next line (janhoy)
+
 Other Changes
 ---------------------
 * SOLR-15118: Deprecate CollectionAdminRequest.getV2Request(). (Jason Gerlowski)
diff --git a/solr/webapp/web/css/angular/replication.css b/solr/webapp/web/css/angular/replication.css
index 863f11b..038075c 100644
--- a/solr/webapp/web/css/angular/replication.css
+++ b/solr/webapp/web/css/angular/replication.css
@@ -114,8 +114,8 @@ limitations under the License.
 #content #replication #progress #bar #eta
 {
   position: absolute;
-  right: -100px;
-  width: 100px;
+  right: -160px;
+  width: 160px;
 }
 
 #content #replication #progress #bar #bar-info