mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
a6785ad2a7
commit
cf377fb305
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ define(function (require) {
|
|||
if (sort[0] === '_score') segmented.setMaxSegments(1);
|
||||
segmented.setDirection(sortBy === 'time' ? (sort[1] || 'desc') : 'desc');
|
||||
segmented.setSortFn(sortFn);
|
||||
segmented.setSize(sortBy === 'time' ? $scope.opts.sampleSize : false);
|
||||
segmented.setSize($scope.opts.sampleSize);
|
||||
|
||||
// triggered when the status updated
|
||||
segmented.on('status', function (status) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue