From 95e9d02749096d44baf09a9656174a587260287a Mon Sep 17 00:00:00 2001
From: Lluis Gifre Renom <lluis.gifre@cttc.es>
Date: Fri, 6 Oct 2023 13:15:17 +0000
Subject: [PATCH] Update detail.html

---
 src/webui/service/templates/device/detail.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/webui/service/templates/device/detail.html b/src/webui/service/templates/device/detail.html
index bbdf1a82d..b02be6f4d 100644
--- a/src/webui/service/templates/device/detail.html
+++ b/src/webui/service/templates/device/detail.html
@@ -86,7 +86,7 @@
             </tbody>
         </table>
     </div>
-    {% if device.components|length > 1 %}
+    {% if device.components|length > 0 %}
     <div class="col-sm-8">
         <table class="table table-striped table-hover">
             <thead>
-- 
GitLab