summaryrefslogtreecommitdiff
path: root/httemplate/edit/svc_hardware.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/svc_hardware.cgi')
-rw-r--r--httemplate/edit/svc_hardware.cgi6
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',