summaryrefslogtreecommitdiff
path: root/httemplate/elements/select-hardware_class.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/select-hardware_class.html')
-rw-r--r--httemplate/elements/select-hardware_class.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/httemplate/elements/select-hardware_class.html b/httemplate/elements/select-hardware_class.html
new file mode 100644
index 000000000..692b3c9fd
--- /dev/null
+++ b/httemplate/elements/select-hardware_class.html
@@ -0,0 +1,10 @@
+<% include( '/elements/select-table.html',
+ 'table' => 'hardware_class',
+ 'name_col' => 'classname',
+ 'hashref' => { 'disabled' => '' },
+ %opt,
+ )
+%>
+<%init>
+my %opt = @_;
+</%init>