From a1f50aa923b34714193a0d97f1e87145dc42040f Mon Sep 17 00:00:00 2001 From: Corrado Stortini Date: Mon, 1 Sep 2025 19:36:26 +0200 Subject: [PATCH 1/2] chore: add labels with right names and ids to inputs --- .../ConstantInstructionItem.vue | 33 ++++++++++-------- ...eDevicePropertyConstantInstructionItem.vue | 14 ++++---- .../DeviceActionInstructionItem.vue | 34 ++++++++++--------- .../tasks-automations/IfInstructionItem.vue | 15 ++++++-- .../tasks-automations/InstructionItem.vue | 3 ++ .../tasks-automations/InstructionItems.vue | 8 ++++- .../SendNotificationInstructionItem.vue | 12 +++++-- .../StartTaskInstructionItem.vue | 6 +++- .../tasks-automations/TriggerComponent.vue | 19 ++++++++++- .../tasks-automations/WaitInstructionItem.vue | 12 ++++++- src/views/automations/AutomationView.vue | 4 +-- src/views/automations/EditAutomationView.vue | 7 ++-- src/views/tasks/EditTaskView.vue | 12 +++++-- src/views/tasks/TaskView.vue | 2 +- 14 files changed, 129 insertions(+), 52 deletions(-) diff --git a/src/components/tasks-automations/ConstantInstructionItem.vue b/src/components/tasks-automations/ConstantInstructionItem.vue index fb5ffb1..66ae54e 100644 --- a/src/components/tasks-automations/ConstantInstructionItem.vue +++ b/src/components/tasks-automations/ConstantInstructionItem.vue @@ -28,18 +28,23 @@