api proxy: remove old verification scheduling
Signed-off-by: Hannes Laimer <h.laimer@proxmox.com>
This commit is contained in:
committed by
Thomas Lamprecht
parent
df0bdf6be7
commit
2ef1b6290f
@ -12,7 +12,7 @@ Ext.define('pbs-data-store-config', {
|
||||
extend: 'Ext.data.Model',
|
||||
fields: [
|
||||
'name', 'path', 'comment', 'gc-schedule', 'prune-schedule',
|
||||
'verify-schedule', 'keep-last', 'keep-hourly', 'keep-daily',
|
||||
'keep-last', 'keep-hourly', 'keep-daily',
|
||||
'keep-weekly', 'keep-monthly', 'keep-yearly',
|
||||
],
|
||||
proxy: {
|
||||
|
Reference in New Issue
Block a user