From 67e6b6c9981207d7d658f2ad2bf1c39b75c099c7 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 21 Sep 2021 16:52:06 +0200 Subject: [passthrough] New module for managing hardware passthrough for QEMU --- .../passthrough/templates/hardware-list.html | 125 +++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 modules-available/passthrough/templates/hardware-list.html (limited to 'modules-available/passthrough/templates/hardware-list.html') diff --git a/modules-available/passthrough/templates/hardware-list.html b/modules-available/passthrough/templates/hardware-list.html new file mode 100644 index 00000000..d331acb5 --- /dev/null +++ b/modules-available/passthrough/templates/hardware-list.html @@ -0,0 +1,125 @@ +
+ + + + + + + + + + + + {{#list}} + + {{#class_name}} + + {{/class_name}} + {{^class_name}} + + + + + {{/class_name}} + + {{/list}} + +
{{lang_deviceIdNumeric}}{{lang_deviceName}}{{lang_useCount}}{{lang_passthroughGroup}}
+ {{class}}{{class_name}} + {{vendor}}:{{device}} + + + + +
+ {{device_name}} +
+
+ {{vendor_name}} +
+
{{connected_count}} + +
+
+
+ + +
+
+ + + + \ No newline at end of file -- cgit v1.2.3-55-g7522