summaryrefslogtreecommitdiff
path: root/httemplate/config/config.cgi
diff options
context:
space:
mode:
authorivan <ivan>2011-06-16 20:21:47 +0000
committerivan <ivan>2011-06-16 20:21:47 +0000
commit1ec6e14e7280515373bc9e1008f6c3dfb8ee66d8 (patch)
tree2e4b2e0d1637e861c824268cc41158c91f4ba991 /httemplate/config/config.cgi
parentb75797f6508bdb79d3e865d82aa145a608f7be3e (diff)
add default_agentnum config, RT#13302
Diffstat (limited to 'httemplate/config/config.cgi')
-rw-r--r--httemplate/config/config.cgi2
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>