fix(GUI): correct indent on postgresql scale gui
This commit is contained in:
@@ -398,61 +398,61 @@
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: scheduledBackups
|
- variable: scheduledBackups
|
||||||
label: ScheduledBackups
|
label: ScheduledBackups
|
||||||
schema:
|
|
||||||
type: list
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: backupschedule
|
|
||||||
label: BackupSchedule
|
|
||||||
schema:
|
schema:
|
||||||
additional_attrs: true
|
type: list
|
||||||
type: dict
|
default: []
|
||||||
attrs:
|
items:
|
||||||
- variable: name
|
- variable: backupschedule
|
||||||
label: name
|
label: BackupSchedule
|
||||||
schema:
|
schema:
|
||||||
type: string
|
additional_attrs: true
|
||||||
default: "daily-backup"
|
type: dict
|
||||||
required: true
|
attrs:
|
||||||
- variable: schedule
|
- variable: name
|
||||||
label: schedule
|
label: name
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
default: "daily-backup"
|
||||||
default: "0 0 0 * * *"
|
required: true
|
||||||
- variable: backupOwnerReference
|
- variable: schedule
|
||||||
label: backupOwnerReference
|
label: schedule
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: "self"
|
default: "0 0 0 * * *"
|
||||||
- variable: immediate
|
- variable: backupOwnerReference
|
||||||
label: immediate
|
label: backupOwnerReference
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: string
|
||||||
default: false
|
required: true
|
||||||
- variable: suspend
|
default: "self"
|
||||||
label: suspend
|
- variable: immediate
|
||||||
schema:
|
label: immediate
|
||||||
type: boolean
|
schema:
|
||||||
default: false
|
type: boolean
|
||||||
- variable: manualBackups
|
default: false
|
||||||
label: manualBackups
|
- variable: suspend
|
||||||
schema:
|
label: suspend
|
||||||
type: list
|
schema:
|
||||||
default: []
|
type: boolean
|
||||||
items:
|
default: false
|
||||||
- variable: backup
|
- variable: manualBackups
|
||||||
label: Backup
|
label: manualBackups
|
||||||
schema:
|
schema:
|
||||||
additional_attrs: true
|
type: list
|
||||||
type: dict
|
default: []
|
||||||
attrs:
|
items:
|
||||||
- variable: name
|
- variable: backup
|
||||||
label: name
|
label: Backup
|
||||||
schema:
|
schema:
|
||||||
type: string
|
additional_attrs: true
|
||||||
default: ""
|
type: dict
|
||||||
required: true
|
attrs:
|
||||||
|
- variable: name
|
||||||
|
label: name
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user