diff options
author | ivan <ivan> | 2011-12-14 22:15:30 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-12-14 22:15:30 +0000 |
commit | 46c47719488fc280f41ab863e7a20b757b8dee6a (patch) | |
tree | 72089cec61b73663101eeed8322d7871f0da5189 | |
parent | 8f5fa010b3c8ac0d156dbe45ae830e8e22e04151 (diff) |
network monitoring section
-rw-r--r-- | httemplate/config/config-view.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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 = (); |