summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/pfsense-utils.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index f363c12..cd08999 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -2382,9 +2382,9 @@ function display_top_tabs(& $tab_array) {
foreach ($tab_array as $ta)
$tabcharcount = $tabcharcount + strlen($ta[0]);
- // If the character count of the tab names is > 50
+ // If the character count of the tab names is > 670
// then show a select item dropdown menubox.
- if($tabcharcount > 50) {
+ if($tabcharcount > 70) {
echo "Currently viewing: ";
echo "<select name='TabSelect'>\n";
foreach ($tab_array as $ta) {
OpenPOWER on IntegriCloud