[pmg-devel] [PATCH pmg-gui 3/4] backup: pbs: fix #3154: add statistic setting to remote
Stoiko Ivanov
s.ivanov at proxmox.com
Wed Feb 24 19:31:05 CET 2021
Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
js/PBSRemoteEdit.js | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/js/PBSRemoteEdit.js b/js/PBSRemoteEdit.js
index 0cb06d3..4fbe075 100644
--- a/js/PBSRemoteEdit.js
+++ b/js/PBSRemoteEdit.js
@@ -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: [
{
--
2.20.1
More information about the pmg-devel
mailing list