From cd7d1302618731265ff739fed6a492f1c89d2019 Mon Sep 17 00:00:00 2001 From: Hojjat Afsharan Date: Tue, 22 Oct 2024 10:45:10 +0200 Subject: [PATCH] Vue: Add translation variables to formCatalog CMK-18978 The lines containing the new translations are commented right now For now, the i18n variables are added only on Vue side. If in the future we need the functionality (open all, collapse all), the proper backend i18n variables should be implemented. Otherwise, these commented lines should be deleted. Change-Id: I80490d8b1d87ab5ecbfb752e46d839af2ec26c6d --- .../src/form/components/forms/FormCatalog.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cmk-frontend-vue/src/form/components/forms/FormCatalog.vue b/packages/cmk-frontend-vue/src/form/components/forms/FormCatalog.vue index c5521f606c8..bb250bb13ff 100644 --- a/packages/cmk-frontend-vue/src/form/components/forms/FormCatalog.vue +++ b/packages/cmk-frontend-vue/src/form/components/forms/FormCatalog.vue @@ -60,8 +60,8 @@ function getClass(ident: string) {