SOLR-14571: Download speed was hard-coded in the Replication screen of the Solr Admin UI.

(Florin Babes via Christine Poerschke)
This commit is contained in:
Florin Babes 2021-01-05 15:53:15 +00:00 committed by Christine Poerschke
parent 5e21e3f380
commit a677d2247a
2 changed files with 3 additions and 1 deletions

View File

@ -283,6 +283,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
---------------------

View File

@ -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>