fix(GUI): ensure postgresql GUI backup options are only shown if backup is actually enabled
This commit is contained in:
@@ -403,6 +403,7 @@
|
|||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
default: []
|
default: []
|
||||||
|
show_if: [["enabled", "=", true]]
|
||||||
items:
|
items:
|
||||||
- variable: backupschedule
|
- variable: backupschedule
|
||||||
label: BackupSchedule
|
label: BackupSchedule
|
||||||
@@ -443,6 +444,7 @@
|
|||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
default: []
|
default: []
|
||||||
|
show_if: [["enabled", "=", true]]
|
||||||
items:
|
items:
|
||||||
- variable: backup
|
- variable: backup
|
||||||
label: Backup
|
label: Backup
|
||||||
|
|||||||
Reference in New Issue
Block a user