diff --git a/src/components/devices/http/device.vue b/src/components/devices/http/device.vue index 1d1af79d..cfc63d01 100644 --- a/src/components/devices/http/device.vue +++ b/src/components/devices/http/device.vue @@ -4,40 +4,21 @@ Einstellungen für Http (Modul: {{ $options.name }}) - - - + diff --git a/src/components/devices/json/device.vue b/src/components/devices/json/device.vue index 74152853..5b2514ad 100644 --- a/src/components/devices/json/device.vue +++ b/src/components/devices/json/device.vue @@ -8,9 +8,9 @@ title="URL" subtype="host" required - :model-value="configuration.ip_address" + :model-value="configuration.url" @update:model-value=" - updateConfiguration($event, 'configuration.ip_address') + updateConfiguration($event, 'configuration.url') " >