mirror of
https://github.com/vrana/adminer.git
synced 2026-03-05 12:01:25 +01:00
Elasticsearch: sort databases
This commit is contained in:
@@ -194,6 +194,7 @@ if (isset($_GET["elastic"])) {
|
||||
$return = $connection->rootQuery('_aliases');
|
||||
if ($return) {
|
||||
$return = array_keys($return);
|
||||
sort($return);
|
||||
}
|
||||
return $return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user