From bca55db513999af74563edd3a8022493a08f1dd8 Mon Sep 17 00:00:00 2001 From: LKuemmel Date: Wed, 25 May 2022 16:13:31 +0200 Subject: [PATCH] use url for json and http --- src/components/devices/http/device.vue | 33 ++++++-------------------- src/components/devices/json/device.vue | 4 ++-- 2 files changed, 9 insertions(+), 28 deletions(-) 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') " >