Skip to content

Commit

Permalink
Fix schema (#678)
Browse files Browse the repository at this point in the history
Signed-off-by: Arnob kumar saha <[email protected]>
  • Loading branch information
ArnobKumarSaha authored Dec 3, 2024
1 parent d159d27 commit 2145e55
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 12,218 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1560,12 +1560,12 @@ steps:
- label:
text: labels.backup.toggle
schema:
$ref: schema#/properties/spec/properties/admin/properties/backup/properties/toggle
$ref: schema#/properties/spec/properties/admin/properties/backup/properties/enable/properties/toggle
type: switch
- label:
text: labels.backup.default
schema:
$ref: schema#/properties/spec/properties/admin/properties/backup/properties/default
$ref: schema#/properties/spec/properties/admin/properties/backup/properties/enable/properties/default
type: switch
hideForm: true
label:
Expand All @@ -1592,12 +1592,12 @@ steps:
- label:
text: labels.archiver.toggle
schema:
$ref: schema#/properties/spec/properties/admin/properties/archiver/properties/toggle
$ref: schema#/properties/spec/properties/admin/properties/archiver/properties/enable/properties/toggle
type: switch
- label:
text: labels.archiver.default
schema:
$ref: schema#/properties/spec/properties/admin/properties/archiver/properties/default
$ref: schema#/properties/spec/properties/admin/properties/archiver/properties/enable/properties/default
type: switch
hideForm: true
label:
Expand Down
Loading

0 comments on commit 2145e55

Please sign in to comment.