Skip to content

Commit

Permalink
SOLR-15424: Solr replication UI wraps ETA time (apache#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhoy authored May 20, 2021
1 parent 667cbaa commit f36262d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions solr/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,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)
Expand Down
4 changes: 2 additions & 2 deletions solr/webapp/web/css/angular/replication.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f36262d

Please sign in to comment.