1
0
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:
Gargaj
2014-09-06 01:44:31 +02:00
committed by Jakub Vrana
parent 024d73934f
commit c38f25b5d6

View File

@@ -194,6 +194,7 @@ if (isset($_GET["elastic"])) {
$return = $connection->rootQuery('_aliases');
if ($return) {
$return = array_keys($return);
sort($return);
}
return $return;
}