[pmg-devel] [PATCH pmg-gui 1/3] Action remove: add quarantine checkbox

Dominik Csapak d.csapak at proxmox.com
Thu Sep 26 12:28:15 CEST 2019


Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 js/Utils.js | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/js/Utils.js b/js/Utils.js
index 9709996..2d66d7e 100644
--- a/js/Utils.js
+++ b/js/Utils.js
@@ -620,6 +620,12 @@ Ext.define('PMG.Utils', {
 		    checked: true,
 		    name: 'all',
 		    fieldLabel: gettext("Remove all attachments")
+		},
+		{
+		    xtype: 'proxmoxcheckbox',
+		    checked: false,
+		    name: 'quar',
+		    fieldLabel: gettext("Move in Attachment Quarantine")
 		}
 	    ]
 	},
-- 
2.20.1




More information about the pmg-devel mailing list