summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index cd08999..069bc17 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -2384,7 +2384,7 @@ function display_top_tabs(& $tab_array) {
// If the character count of the tab names is > 670
// then show a select item dropdown menubox.
- if($tabcharcount > 70) {
+ if($tabcharcount > 82) {
echo "Currently viewing: ";
echo "<select name='TabSelect'>\n";
foreach ($tab_array as $ta) {
OpenPOWER on IntegriCloud