]> git.proxmox.com Git - pmg-gui.git/commitdiff
backup: pbs: fix #3154: add statistic setting to remote
authorStoiko Ivanov <s.ivanov@proxmox.com>
Mon, 1 Mar 2021 14:12:23 +0000 (15:12 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 5 Mar 2021 21:48:36 +0000 (22:48 +0100)
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
js/PBSRemoteEdit.js

index 0cb06d3ae751d623cfd9a7caf8d201b4430aef98..4fbe0756afdae8ebc239ef0b80a9fa9b1821cd39 100644 (file)
@@ -86,6 +86,13 @@ Ext.define('PMG.PBSInputPanel', {
                    uncheckedValue: 0,
                    fieldLabel: gettext('Enable'),
                },
+               {
+                   xtype: 'proxmoxcheckbox',
+                   name: 'include-statistics',
+                   checked: true,
+                   uncheckedValue: 0,
+                   fieldLabel: gettext('Include Statistics'),
+               },
            ],
            columnB: [
                {