From 1b90eea6def6c65f149a3fd26fe0059341fdff45 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' %}