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/edit/svc_hardware.cgi | |
parent | 4cd3537f6e3e14a596c67478bb83b2095303ec50 (diff) |
svc_dish and svc_hardware fixes, #11454
Diffstat (limited to 'httemplate/edit/svc_hardware.cgi')
-rw-r--r-- | httemplate/edit/svc_hardware.cgi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/httemplate/edit/svc_hardware.cgi b/httemplate/edit/svc_hardware.cgi index e6cb22bcb..cde74490e 100644 --- a/httemplate/edit/svc_hardware.cgi +++ b/httemplate/edit/svc_hardware.cgi @@ -35,12 +35,18 @@ my @fields = ( label => 'IP address', }, { + field => 'smartcard', + type => 'text', + label => 'Smartcard #', + }, + { field => 'statusnum', type => 'select-table', table => 'hardware_status', label => 'Service status', name_col => 'label', disable_empty => 1, + hashref => { 'disabled' => '' }, }, { field => 'note', |