From: ivan Date: Wed, 14 Dec 2011 22:15:31 +0000 (+0000) Subject: network monitoring section X-Git-Tag: freeside_2_3_1~85 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=c16afe1ce2cfcd4a07a0265c890d35879542658a network monitoring section --- 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 = ();