Skip to content

Commit

Permalink
FGT A/A: fixed sync options in ui to bool
Browse files Browse the repository at this point in the history
  • Loading branch information
jvhoof committed May 10, 2024
1 parent 144b43a commit 95418c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions FortiGate/Active-Active-ELB-ILB/createUiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -1325,11 +1325,11 @@
"allowedValues": [
{
"label": "yes",
"value": "yes"
"value": "true"
},
{
"label": "no",
"value": "no"
"value": "false"
}
],
"required": true
Expand All @@ -1356,11 +1356,11 @@
"allowedValues": [
{
"label": "yes",
"value": "yes"
"value": "true"
},
{
"label": "no",
"value": "no"
"value": "false"
}
],
"required": true
Expand Down

0 comments on commit 95418c9

Please sign in to comment.