ui: sync view: add 'max-depth' to model
Otherwise, the sync job overview does no refresh if 'max-depth' is changed in the edit window. Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
parent
14e4eff09d
commit
a76d418979
@ -3,7 +3,7 @@ Ext.define('pbs-sync-jobs-status', {
|
||||
fields: [
|
||||
'id', 'owner', 'remote', 'remote-store', 'remote-ns', 'store', 'ns',
|
||||
'schedule', 'group-filter', 'next-run', 'last-run-upid', 'last-run-state',
|
||||
'last-run-endtime', 'transfer-last',
|
||||
'last-run-endtime', 'transfer-last', 'max-depth',
|
||||
{
|
||||
name: 'duration',
|
||||
calculate: function(data) {
|
||||
|
Loading…
Reference in New Issue
Block a user