From b19e86f5fb5ca9818ee6a612abfb870215523489 Mon Sep 17 00:00:00 2001 From: SeaSpotter Date: Wed, 5 Aug 2026 23:19:41 +0200 Subject: [PATCH] Adjust max and step values for range input --- src/views/VehicleConfiguration.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/VehicleConfiguration.vue b/src/views/VehicleConfiguration.vue index 676ae2b19..e99739dc1 100644 --- a/src/views/VehicleConfiguration.vue +++ b/src/views/VehicleConfiguration.vue @@ -591,8 +591,8 @@ v-if="template.control_pilot_interruption" title="Wiederholung der CP-Unterbrechung" :min="0" - :max="1200" - :step="60" + :max="20" + :step="1" unit="min" :labels="[ { label: 'Aus', value: 0 },