diff --git a/src/webui/service/templates/device/detail.html b/src/webui/service/templates/device/detail.html index c35ae163d3f8344f1ebb49241cc15a4afa3401d5..bbdf1a82df2b78d1f543204e1eac37edf564ed71 100644 --- a/src/webui/service/templates/device/detail.html +++ b/src/webui/service/templates/device/detail.html @@ -86,7 +86,42 @@ - + {% if device.components|length > 1 %} +
+ + + + + + + + + + + + {% for component in device.components %} + + + + + + + + {% endfor %} + +
Component UUIDNameTypeParentAttributes
+ {{ component.component_uuid.uuid }} + + {{ component.name }} + + {{ component.type }} + + {{ component.parent }} + + {{ component.attributes }} +
+
+ {% endif %} Configurations: