SOLR-11039: Next button in Solr admin UI for collection list pagination does not work

This commit is contained in:
Jan Høydahl 2017-07-10 01:23:04 +02:00
parent b29951ff2b
commit 500080d6e4
2 changed files with 3 additions and 0 deletions

View File

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

View File

@ -249,6 +249,7 @@ var graphSubController = function ($scope, Zookeeper, isRadial) {
};
$scope.initGraph();
$scope.pos = 0;
};
solrAdminApp.directive('graph', function(Constants) {