]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/AttachmentQuarantine.js
tfa: avoid trailing space on WebAuthn
[pmg-gui.git] / js / AttachmentQuarantine.js
index 09406e7bda3c830ad81265da2b7e8bb805808100..52bda4c6668e3da0df93be59e8a2aa4d47bb52c7 100644 (file)
@@ -43,7 +43,7 @@ Ext.define('PMG.AttachmentQuarantine', {
            xtype: 'pmgQuarantineList',
            emptyText: gettext('No data in database'),
            selModel: 'checkboxmodel',
-           emailSelection: false,
+           quarantineType: 'attachment',
            reference: 'list',
            region: 'west',
            width: 500,
@@ -107,6 +107,17 @@ Ext.define('PMG.AttachmentQuarantine', {
                            enableToggle: true,
                            iconCls: 'fa fa-file-code-o',
                        },
+                       {
+                           xtype: 'tbseparator',
+                           reference: 'themeCheckSep',
+                       },
+                       {
+                           xtype: 'proxmoxcheckbox',
+                           reference: 'themeCheck',
+                           checked: true,
+                           boxLabel: gettext('Dark-mode filter'),
+                           iconCls: 'fa fa-paint-brush',
+                       },
                        '->',
                        {
                            xtype: 'button',