summaryrefslogtreecommitdiff
path: root/httemplate/edit/hardware_type.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/hardware_type.html')
-rw-r--r--httemplate/edit/hardware_type.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/edit/hardware_type.html b/httemplate/edit/hardware_type.html
index 09a2724..7174401 100644
--- a/httemplate/edit/hardware_type.html
+++ b/httemplate/edit/hardware_type.html
@@ -6,6 +6,7 @@
'typenum' => 'Type number',
'model' => 'Device model',
'classnum' => 'Hardware class',
+ 'revision' => 'Revision',
},
'viewall_url' => $p.'browse/hardware_class.html',
)
@@ -22,7 +23,8 @@ my @fields = (
disable_empty => 1,
name_col => 'classname',
},
- 'model',
+ { field => 'model', size => 50, },
+ { field => 'revision', size => 50, },
);
</%init>