From 948e52574059936f8861e1a759e1be69690a596f Mon Sep 17 00:00:00 2001 From: Samir Kamal <1954121+skamril@users.noreply.github.com> Date: Tue, 18 Jun 2024 07:54:23 +0200 Subject: [PATCH] feat(ui-config): add a fieldset in 'Adequacy Patch' --- webapp/public/locales/en/main.json | 1 + webapp/public/locales/fr/main.json | 1 + .../explore/Configuration/AdequacyPatch/Fields.tsx | 7 ++++++- .../explore/Configuration/AdequacyPatch/index.tsx | 1 - 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/webapp/public/locales/en/main.json b/webapp/public/locales/en/main.json index 0393800e1e..a274efec52 100644 --- a/webapp/public/locales/en/main.json +++ b/webapp/public/locales/en/main.json @@ -365,6 +365,7 @@ "study.configuration.optimization.simplexOptimizationRange": "Simplex optimization range", "study.configuration.adequacyPatch.tab.general": "General", "study.configuration.adequacyPatch.tab.perimeter": "Perimeter", + "study.configuration.adequacyPatch.legend.operatingParameters": "Operating parameters", "study.configuration.adequacyPatch.legend.localMatchingRule": "Local matching rule", "study.configuration.adequacyPatch.legend.curtailmentSharing": "Curtailment sharing", "study.configuration.adequacyPatch.legend.advanced": "Advanced", diff --git a/webapp/public/locales/fr/main.json b/webapp/public/locales/fr/main.json index faa7ebd89f..27f92a3551 100644 --- a/webapp/public/locales/fr/main.json +++ b/webapp/public/locales/fr/main.json @@ -365,6 +365,7 @@ "study.configuration.optimization.simplexOptimizationRange": "Simplex optimization range", "study.configuration.adequacyPatch.tab.general": "Général", "study.configuration.adequacyPatch.tab.perimeter": "Périmètre", + "study.configuration.adequacyPatch.legend.operatingParameters": "Paramètres de fonctionnement", "study.configuration.adequacyPatch.legend.localMatchingRule": "Règle de correspondance locale", "study.configuration.adequacyPatch.legend.curtailmentSharing": "Partage de réduction", "study.configuration.adequacyPatch.legend.advanced": "Avancée", diff --git a/webapp/src/components/App/Singlestudy/explore/Configuration/AdequacyPatch/Fields.tsx b/webapp/src/components/App/Singlestudy/explore/Configuration/AdequacyPatch/Fields.tsx index ebb63fb13b..a5687c6a14 100644 --- a/webapp/src/components/App/Singlestudy/explore/Configuration/AdequacyPatch/Fields.tsx +++ b/webapp/src/components/App/Singlestudy/explore/Configuration/AdequacyPatch/Fields.tsx @@ -17,7 +17,12 @@ function Fields() { return ( -
+
); }