Add a shortcut for unbound and enable it

This commit is contained in:
Renato Botelho 2014-12-15 16:18:54 -02:00
parent f6179f4c23
commit 8f3b2775ad
2 changed files with 7 additions and 1 deletions

View File

@ -202,6 +202,7 @@ if ($_GET['act'] == "del") {
$closehead = false;
$pgtitle = array(gettext("Services"),gettext("DNS Resolver"));
$shortcut_section = "unbound";
include_once("head.inc");
?>

View File

@ -225,6 +225,11 @@ $shortcuts['resolver']['main'] = "services_dnsmasq.php";
$shortcuts['resolver']['log'] = "diag_logs_resolver.php";
$shortcuts['resolver']['service'] = "dnsmasq";
$shortcuts['unbound'] = array();
$shortcuts['unbound']['main'] = "services_unbound.php";
$shortcuts['unbound']['log'] = "diag_logs_resolver.php";
$shortcuts['unbound']['service'] = "unbound";
$shortcuts['wireless'] = array();
$shortcuts['wireless']['main'] = "interfaces_wireless.php";
$shortcuts['wireless']['log'] = "diag_logs_wireless.php";
@ -263,4 +268,4 @@ $shortcuts['authentication']['status'] = "diag_authentication.php";
$shortcuts['aliases'] = array();
$shortcuts['aliases']['main'] = "firewall_aliases.php";
$shortcuts['aliases']['status'] = "diag_tables.php";
?>
?>