mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Raise tab char count to 82
This commit is contained in:
parent
53b675066e
commit
d4e6c445c4
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user