Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlkopo <eduard@karpiel.sk>2018-11-01 01:21:39 +0300
committerMaurĂ­cio Meneghini Fauth <mauriciofauth@gmail.com>2018-11-01 01:21:39 +0300
commit764de6b6000c044815f7cdd10de9677a338803c5 (patch)
tree86c8c520c5102184a49bc9a17cffb505af125db2 /libraries/config.default.php
parent589ffd2bba49687ac5d70d43641cf2dbcb794db1 (diff)
Issue #12158: auto expand the single database (#14650)
* Navigation menu automatically expands database if there is only one record * Added a new configuration for auto-expanding navigation tree for single database Signed-off-by: Eduard Karpiel <eduard@karpiel.sk>
Diffstat (limited to 'libraries/config.default.php')
-rw-r--r--libraries/config.default.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/config.default.php b/libraries/config.default.php
index c84ad3c3bc..6aa368f95a 100644
--- a/libraries/config.default.php
+++ b/libraries/config.default.php
@@ -1063,6 +1063,13 @@ $cfg['NavigationTreeShowEvents'] = true;
*/
$cfg['NavigationWidth'] = 240;
+/**
+ * Automatically expands single database in navigation panel
+ *
+ * @global boolean $cfg['NavigationAutoexpandSingleDb']
+ */
+$cfg['NavigationTreeAutoexpandSingleDb'] = true;
+
/*******************************************************************************
* In the main panel, at startup...
*/