diff options
| author | ivan <ivan> | 2011-06-16 20:21:47 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2011-06-16 20:21:47 +0000 |
| commit | 1ec6e14e7280515373bc9e1008f6c3dfb8ee66d8 (patch) | |
| tree | 2e4b2e0d1637e861c824268cc41158c91f4ba991 /httemplate/config/config-view.cgi | |
| parent | b75797f6508bdb79d3e865d82aa145a608f7be3e (diff) | |
add default_agentnum config, RT#13302
Diffstat (limited to 'httemplate/config/config-view.cgi')
| -rw-r--r-- | httemplate/config/config-view.cgi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/config/config-view.cgi b/httemplate/config/config-view.cgi index 7516dabab..10fcde3c4 100644 --- a/httemplate/config/config-view.cgi +++ b/httemplate/config/config-view.cgi @@ -212,7 +212,7 @@ Click on a configuration value to change it. </td> </tr> -% } elsif ( $type =~ /^select-(part_svc|part_pkg|pkg_class)$/ ) { +% } elsif ( $type =~ /^select-(part_svc|part_pkg|pkg_class|agent)$/ ) { % % my $table = $1; % my $namecol = $namecol{$table}; @@ -318,6 +318,7 @@ my %namecol = ( 'part_svc' => 'svc', 'part_pkg' => 'pkg', 'pkg_class' => 'classname', + 'agent' => 'agent', ); </%once> <%init> |
