X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fconfig%2Fconfig-view.cgi;fp=httemplate%2Fconfig%2Fconfig-view.cgi;h=02acd5853281407a51bd4fb313365c98ec5c2c8c;hp=59646896ef66026e72105aa8e9b9c86aa7ae347a;hb=46c47719488fc280f41ab863e7a20b757b8dee6a;hpb=8f5fa010b3c8ac0d156dbe45ae830e8e22e04151 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 = ();