Skip to content

Commit

Permalink
fieldsets for backup point
Browse files Browse the repository at this point in the history
  • Loading branch information
amyasnikov committed Jan 16, 2025
1 parent 2c95464 commit 1c931d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions validity/forms/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ class Meta:
widgets = {"method": HTMXSelect()}

main_fieldsets = [
FieldSet(
"name", "data_source", "backup_after_sync", "url", "method", "ignore_rules", "tags", name=_("Backup Point")
),
FieldSet("name", "backup_after_sync", "tags", name=_("Backup Point")),
FieldSet("data_source", "ignore_rules", name=_("Source")),
FieldSet("url", "method", name=_("Destination")),
]


Expand Down

0 comments on commit 1c931d2

Please sign in to comment.