From 640ff61422bc0ee3966941b93d9889ddbbd38d77 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Thu, 30 Jul 2026 18:17:14 -0600 Subject: more files --- src/dashboard/templates/hardware.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/dashboard/templates/hardware.html (limited to 'src/dashboard/templates/hardware.html') diff --git a/src/dashboard/templates/hardware.html b/src/dashboard/templates/hardware.html new file mode 100644 index 0000000..6d1f992 --- /dev/null +++ b/src/dashboard/templates/hardware.html @@ -0,0 +1,7 @@ +{% extends 'includes/main-panel.html' %} + +{% block content %} +
+ {% include 'cards/firmware_version.html' %} +
+{% endblock %} \ No newline at end of file -- cgit v1.3