mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
When doing default sorting, push alerted indices/nodes to the top
This commit is contained in:
parent
442dd9faa2
commit
6a4e0db5b2
1 changed files with 1 additions and 1 deletions
|
@ -616,7 +616,7 @@ define([
|
|||
newRowsIds = newRowsIds.slice(0, $scope.rowLimit);
|
||||
// sort again for visual effect
|
||||
// sort again for visual placement
|
||||
newRowsIds.sort(compareIdByName);
|
||||
newRowsIds.sort(concatSorting(compareIdByAlert, compareIdByName));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue