network monitoring section
authorivan <ivan>
Wed, 14 Dec 2011 22:15:30 +0000 (22:15 +0000)
committerivan <ivan>
Wed, 14 Dec 2011 22:15:30 +0000 (22:15 +0000)
httemplate/config/config-view.cgi

index 5964689..02acd58 100644 (file)
@@ -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 = ();