From 8042ca39cbd1bc2e7bea4781d1c930390fb99f56 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 0aab729..5d04a49 100644 --- a/device/templates/details.html +++ b/device/templates/details.html @@ -201,6 +201,8 @@ {% include 'tabs/lots.html' %} + {% include 'tabs/components.html' %} + {% include 'tabs/evidences.html' %}