From 38a2fd50dc4ce4c08557d4d4081e052af018ea9a Mon Sep 17 00:00:00 2001 From: Thomas Rusiecki Date: Tue, 14 Jan 2025 14:01:32 -0300 Subject: [PATCH] added missing components tab --- device/templates/details.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/device/templates/details.html b/device/templates/details.html index fb5847c..c5fa7a4 100644 --- a/device/templates/details.html +++ b/device/templates/details.html @@ -206,6 +206,8 @@ {% include 'tabs/lots.html' %} + {% include 'tabs/components.html' %} + {% include 'tabs/evidences.html' %}