From 3dcf1d49f7fb907ce1bc78c69d674f7f3e9d4460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80=20?= =?UTF-8?q?=22axel=5Fverse=22=20=D0=9C=D1=83=D0=B4=D1=80=D0=BE=D0=B2?= Date: Tue, 8 Sep 2026 23:49:54 +0300 Subject: [PATCH] =?UTF-8?q?FIX:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=B8=D0=BA=D0=BE=D0=BD=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=BA=D0=B0=D0=BB=D1=8C=D0=BA=D1=83=D0=BB=D1=8F=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B0=20=D0=BD=D0=B0=20=D0=BA=D0=BD=D0=BE=D0=BF=D0=BA?= =?UTF-8?q?=D0=B5=20"=D0=A0=D0=B0=D1=81=D1=81=D1=87=D0=B8=D1=82=D0=B0?= =?UTF-8?q?=D1=82=D1=8C".=20=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D1=91=D0=BD=20?= =?UTF-8?q?=D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=80=20=D0=BA=D0=BD=D0=BE=D0=BF?= =?UTF-8?q?=D0=BA=D0=B8=20"=D0=9A=D0=BE=D0=BF=D0=B8=D1=80=D0=BE=D0=B2?= =?UTF-8?q?=D0=B0=D1=82=D1=8C".?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/configurationForm.vue | 9 ++++++++- src/components/configurationFormView.vue | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/components/configurationForm.vue b/src/components/configurationForm.vue index f3810ea..6c55766 100644 --- a/src/components/configurationForm.vue +++ b/src/components/configurationForm.vue @@ -188,6 +188,13 @@ const onSubmit = async () => { > - + diff --git a/src/components/configurationFormView.vue b/src/components/configurationFormView.vue index e9560ad..0aabe3e 100644 --- a/src/components/configurationFormView.vue +++ b/src/components/configurationFormView.vue @@ -142,6 +142,7 @@ const onCopyConfig = () => { label="Копировать конфигурацию" block icon="lucide:copy" + class="h-12" @click="onCopyConfig" />