diff --git a/bundles/org.openhab.ui/web/src/components/thing/thing-general-settings.vue b/bundles/org.openhab.ui/web/src/components/thing/thing-general-settings.vue index cae006080d..fec584d5b9 100644 --- a/bundles/org.openhab.ui/web/src/components/thing/thing-general-settings.vue +++ b/bundles/org.openhab.ui/web/src/components/thing/thing-general-settings.vue @@ -26,7 +26,7 @@ This type of Thing needs to be associated to a working Bridge to function properly. - @@ -49,6 +49,11 @@ export default { ThingPicker, ClipboardIcon }, + computed: { + editable () { + return this.createMode || (this.thing && this.thing.editable) + } + }, methods: { computedThingUid () { return (this.thing.bridgeUID)