Revision 253fa019
Added by k-paulius over 9 years ago
src/usr/local/www/services_dhcpv6.php | ||
---|---|---|
436 | 436 |
} |
437 | 437 |
} |
438 | 438 |
|
439 |
$pgtitle = array(gettext("Services"), gettext("DHCPv6 Server")); |
|
439 |
$pgtitle = array(gettext("Services"), gettext("DHCPv6 Server/RA")); |
|
440 |
|
|
441 |
if (!empty($if) && !$dhcrelay_enabled && isset($iflist[$if])) { |
|
442 |
$pgtitle[] = $iflist[$if]; |
|
443 |
} |
|
444 |
$pgtitle[] = gettext("DHCPv6 Server"); |
|
440 | 445 |
$shortcut_section = "dhcp6"; |
441 | 446 |
|
442 | 447 |
include("head.inc"); |
Also available in: Unified diff
Show interface name in the breadcrumb on DHCPv6 Server page