diff options
Diffstat (limited to 'httemplate/view/svc_hardware.cgi')
-rw-r--r-- | httemplate/view/svc_hardware.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/svc_hardware.cgi b/httemplate/view/svc_hardware.cgi index 9cea341d7..8201e9db0 100644 --- a/httemplate/view/svc_hardware.cgi +++ b/httemplate/view/svc_hardware.cgi @@ -20,5 +20,5 @@ my $status = { field => 'statusnum', type => 'text', value => sub { $_[0]->status_label } }; -my @fields = ($model, qw( serial hw_addr ip_addr ), $status, 'note' ); +my @fields = ($model, qw( serial hw_addr ip_addr smartcard ), $status, 'note' ); </%init> |