diff options
| author | ivan <ivan> | 2011-12-14 22:15:31 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2011-12-14 22:15:31 +0000 |
| commit | c16afe1ce2cfcd4a07a0265c890d35879542658a (patch) | |
| tree | 627344d9cb137ee0a2c510ca919ab0650485260b | |
| parent | 09df4e8790fe3ed8e233d2c198ea524465c0096e (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 = (); |
