diff options
author | ivan <ivan> | 2011-06-16 20:21:41 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-06-16 20:21:41 +0000 |
commit | ba5975d05c4bf88a47750fecf8651821460ab30f (patch) | |
tree | 01d6c275330ae1135146cfaa2c1750ea24cde209 /httemplate/config/config.cgi | |
parent | c1cd1e5c13ba6087850139bc9bea4ff5efb65200 (diff) |
add default_agentnum config, RT#13302
Diffstat (limited to 'httemplate/config/config.cgi')
-rw-r--r-- | httemplate/config/config.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/config/config.cgi b/httemplate/config/config.cgi index cde48382a..040ed0403 100644 --- a/httemplate/config/config.cgi +++ b/httemplate/config/config.cgi @@ -323,7 +323,7 @@ my @config_items = $conf->config_items; my %confitems = map { $_->key => $_ } @config_items; my %element_types = map { $_ => 1 } qw( - select-part_svc select-part_pkg select-pkg_class + select-part_svc select-part_pkg select-pkg_class select-agent ); </%once> |