diff --git a/platypush/backend/http/webapp/src/components/panels/Entities/Entity.vue b/platypush/backend/http/webapp/src/components/panels/Entities/Entity.vue index 007e3c73..19b06492 100644 --- a/platypush/backend/http/webapp/src/components/panels/Entities/Entity.vue +++ b/platypush/backend/http/webapp/src/components/panels/Entities/Entity.vue @@ -8,6 +8,7 @@ :is="component" :value="value" :parent="parent" + :children="computedChildren" :loading="loading" ref="instance" :error="error || value?.reachable == false" @@ -210,6 +211,10 @@ export default { } } + .label { + margin-left: 0.5em; + } + .icon:hover { color: $hover-fg; }