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