]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: sync view: add 'max-depth' to model
authorLukas Wagner <l.wagner@proxmox.com>
Thu, 18 Apr 2024 12:01:17 +0000 (14:01 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 19 Apr 2024 07:07:09 +0000 (09:07 +0200)
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>
www/config/SyncView.js

index 0e8a09043b83cc061060e1e44bd20f165386baf3..44f1b149668c839800f698b63c03d1000482728b 100644 (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) {