diff options
author | mark <mark> | 2011-04-29 08:58:19 +0000 |
---|---|---|
committer | mark <mark> | 2011-04-29 08:58:19 +0000 |
commit | 91fd4ea0e91ee9e6717e0b12e01eebb8f8b21322 (patch) | |
tree | 9d2cb55cb767422e00e6cadd6c91714a77e87943 /httemplate/view/svc_hardware.cgi | |
parent | 4cd3537f6e3e14a596c67478bb83b2095303ec50 (diff) |
svc_dish and svc_hardware fixes, #11454
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> |