Skip to content

Commit

Permalink
Elasticsearch: sort databases
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargaj authored and vrana committed Sep 11, 2014
1 parent 024d739 commit c38f25b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adminer/drivers/elastic.inc.php
Expand Up @@ -194,6 +194,7 @@ function get_databases() {
$return = $connection->rootQuery('_aliases');
if ($return) {
$return = array_keys($return);
sort($return);
}
return $return;
}
Expand Down

0 comments on commit c38f25b

Please sign in to comment.