diff --git a/src/webui/service/templates/device/detail.html b/src/webui/service/templates/device/detail.html
index bbdf1a82df2b78d1f543204e1eac37edf564ed71..b02be6f4d4f6c975c4ebf3528bc6770ae25e6702 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>