mirror of
https://github.com/apache/lucene.git
synced 2025-02-09 03:25:15 +00:00
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-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
|
Optimizations
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
@ -249,6 +249,7 @@ var graphSubController = function ($scope, Zookeeper, isRadial) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
$scope.initGraph();
|
$scope.initGraph();
|
||||||
|
$scope.pos = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
solrAdminApp.directive('graph', function(Constants) {
|
solrAdminApp.directive('graph', function(Constants) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user