From c16afe1ce2cfcd4a07a0265c890d35879542658a Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 14 Dec 2011 22:15:31 +0000 Subject: [PATCH] network monitoring section --- httemplate/config/config-view.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/config/config-view.cgi b/httemplate/config/config-view.cgi index 59646896e..02acd5853 100644 --- a/httemplate/config/config-view.cgi +++ b/httemplate/config/config-view.cgi @@ -415,7 +415,7 @@ my @config_items = grep { !defined($locale) or $_->per_locale } my @deleteable = qw( invoice_latexreturnaddress invoice_htmlreturnaddress ); my %deleteable = map { $_ => 1 } @deleteable; -my @sections = qw(required billing invoicing notification UI self-service ticketing username password session shell BIND telephony ); +my @sections = qw(required billing invoicing notification UI self-service ticketing network_monitoring username password session shell BIND telephony ); push @sections, '', 'deprecated'; my %section_items = (); -- 2.11.0