summaryrefslogtreecommitdiffstats
path: root/usr/local/www/guiconfig.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2011-07-22 18:34:57 -0400
committerChris Buechler <cmb@pfsense.org>2011-07-22 18:36:27 -0400
commita38c57d812e449cf61051c65d06398f85515240a (patch)
tree5338a7ec4bad8d3431ca85e9cd6114fa1a6f6a18 /usr/local/www/guiconfig.inc
parent3a497aa3c7d09ea2bd01989fe6d2ced5981c0bf8 (diff)
downloadpfsense-a38c57d812e449cf61051c65d06398f85515240a.zip
pfsense-a38c57d812e449cf61051c65d06398f85515240a.tar.gz
make the tab character limit 92, leaves plenty of room and prevents some custom builds from unnecessarily turning tabs into a drop down
Diffstat (limited to 'usr/local/www/guiconfig.inc')
-rwxr-xr-xusr/local/www/guiconfig.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index 940eb34..61ae823 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -914,7 +914,7 @@ function display_top_tabs(& $tab_array, $no_drop_down = false) {
}
if ($tab_array_char_limit == '') {
- $tab_array_char_limit = 82;
+ $tab_array_char_limit = 92;
}
$tab_temp = array ();
OpenPOWER on IntegriCloud