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

[lucene-solr] branch branch_8x updated: SOLR-14571: Download speed was hard-coded in the Replication screen of the Solr Admin UI. (Florin Babes via Christine Poerschke)

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

cpoerschke 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 3e7b0dd  SOLR-14571: Download speed was hard-coded in the Replication screen of the Solr Admin UI. (Florin Babes via Christine Poerschke)
3e7b0dd is described below

commit 3e7b0dd574de25a5e59700e4c585d1b803074aff
Author: Florin Babes <fl...@emag.ro>
AuthorDate: Tue Jan 5 15:53:15 2021 +0000

    SOLR-14571: Download speed was hard-coded in the Replication screen of the Solr Admin UI.
    (Florin Babes via Christine Poerschke)
---
 solr/CHANGES.txt                          | 2 ++
 solr/webapp/web/partials/replication.html | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index b752e66..a6dddca 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -92,6 +92,8 @@ Bug Fixes
 
 * SOLR-15061: Fix NPE in SearchHandler when shards.info and no QueryComponent configured. (Bruno Roustant)
 
+* SOLR-14571: Download speed was hard-coded in the "Replication" screen of the Solr Admin UI. (Florin Babes via Christine Poerschke)
+
 Other Changes
 ---------------------
 
diff --git a/solr/webapp/web/partials/replication.html b/solr/webapp/web/partials/replication.html
index 7315f9e..a036b6f 100644
--- a/solr/webapp/web/partials/replication.html
+++ b/solr/webapp/web/partials/replication.html
@@ -32,7 +32,7 @@ limitations under the License.
 
         <div id="speed"><div class="info">
 
-          <span>5.1 MB</span>/s
+          <span>{{progress.downloadSpeed}}</span>/s
                 
         </div></div>