mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 16:44:17 +02: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