Revision 296376ae
Added by Phil Davis over 9 years ago
src/usr/local/www/firewall_shaper.php | ||
---|---|---|
76 | 76 |
exit; |
77 | 77 |
} |
78 | 78 |
|
79 |
$pgtitle = array(gettext("Firewall"), gettext("Traffic Shaper")); |
|
79 |
$pgtitle = array(gettext("Firewall"), gettext("Traffic Shaper"), gettext("Interfaces"));
|
|
80 | 80 |
$shortcut_section = "trafficshaper"; |
81 | 81 |
|
82 | 82 |
$shaperIFlist = get_configured_interface_with_descr(); |
Also available in: Unified diff
Standardize firewall shaper breadcrumbs
The others for queues, limiter, wizards seem OK.