summaryrefslogtreecommitdiff
path: root/src/dashboard/templates/hardware.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/dashboard/templates/hardware.html')
-rw-r--r--src/dashboard/templates/hardware.html7
1 files changed, 7 insertions, 0 deletions
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 %}
+<div class="row">
+ {% include 'cards/firmware_version.html' %}
+</div>
+{% endblock %} \ No newline at end of file