diff options
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> |