[pbs-devel] [PATCH proxmox-backup 2/3] ui: sync view: add 'max-depth' to model
Lukas Wagner
l.wagner at proxmox.com
Thu Apr 18 14:01:17 CEST 2024
Otherwise, the sync job overview does no refresh if 'max-depth' is
changed in the edit window.
Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---
www/config/SyncView.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/config/SyncView.js b/www/config/SyncView.js
index 0e8a0904..44f1b149 100644
--- a/www/config/SyncView.js
+++ b/www/config/SyncView.js
@@ -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) {
--
2.39.2
More information about the pbs-devel
mailing list