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:
Lukas Wagner 2024-04-18 14:01:17 +02:00 committed by Fabian Grünbichler
parent 14e4eff09d
commit a76d418979

View File

@ -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) {