mirror of https://github.com/apache/lucene.git
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:
parent
5e21e3f380
commit
a677d2247a
|
@ -283,6 +283,8 @@ Bug Fixes
|
||||||
|
|
||||||
* SOLR-15061: Fix NPE in SearchHandler when shards.info and no QueryComponent configured. (Bruno Roustant)
|
* 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
|
Other Changes
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ limitations under the License.
|
||||||
|
|
||||||
<div id="speed"><div class="info">
|
<div id="speed"><div class="info">
|
||||||
|
|
||||||
<span>5.1 MB</span>/s
|
<span>{{progress.downloadSpeed}}</span>/s
|
||||||
|
|
||||||
</div></div>
|
</div></div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue