From 95418c978a2ee9381b08ee112848ee6415cd7659 Mon Sep 17 00:00:00 2001 From: Joeri Van Hoof Date: Fri, 10 May 2024 13:09:45 +0200 Subject: [PATCH] FGT A/A: fixed sync options in ui to bool --- FortiGate/Active-Active-ELB-ILB/createUiDefinition.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/FortiGate/Active-Active-ELB-ILB/createUiDefinition.json b/FortiGate/Active-Active-ELB-ILB/createUiDefinition.json index 354c36a8..1ad48524 100644 --- a/FortiGate/Active-Active-ELB-ILB/createUiDefinition.json +++ b/FortiGate/Active-Active-ELB-ILB/createUiDefinition.json @@ -1325,11 +1325,11 @@ "allowedValues": [ { "label": "yes", - "value": "yes" + "value": "true" }, { "label": "no", - "value": "no" + "value": "false" } ], "required": true @@ -1356,11 +1356,11 @@ "allowedValues": [ { "label": "yes", - "value": "yes" + "value": "true" }, { "label": "no", - "value": "no" + "value": "false" } ], "required": true