mirror of https://github.com/apache/lucene.git
SOLR-11039: Next button in Solr admin UI for collection list pagination does not work
This commit is contained in:
parent
b29951ff2b
commit
500080d6e4
|
@ -328,6 +328,8 @@ Bug Fixes
|
|||
|
||||
* SOLR-10826: Fix CloudSolrClient to expand the collection parameter correctly (Tim Owen via Varun Thacker)
|
||||
|
||||
* SOLR-11039: Next button in Solr admin UI for collection list pagination does not work. (janhoy)
|
||||
|
||||
Optimizations
|
||||
----------------------
|
||||
|
||||
|
|
|
@ -249,6 +249,7 @@ var graphSubController = function ($scope, Zookeeper, isRadial) {
|
|||
};
|
||||
|
||||
$scope.initGraph();
|
||||
$scope.pos = 0;
|
||||
};
|
||||
|
||||
solrAdminApp.directive('graph', function(Constants) {
|
||||
|
|
Loading…
Reference in New Issue