]> git.proxmox.com Git - pmg-gui.git/commit
quarantines: add attachment grid to spam and virus quarantine
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 4 Nov 2022 15:04:22 +0000 (16:04 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 7 Nov 2022 08:46:31 +0000 (09:46 +0100)
commit1a96ec322b81de517f61ace8264aa397a068f874
treea916a0ca16c78c550fff2afa671d88e1df21dc8e
parent991d5ec23d2a52f540faea119a4efe8cf38fc014
quarantines: add attachment grid to spam and virus quarantine

So that admins can easily see which attachments exist for a mail,
without parsing the 'raw' mail content. Disable the download button
for these quarantines though, since it should not be necessary
to download the attachments for these.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
js/AttachmentGrid.js
js/SpamQuarantine.js
js/VirusQuarantine.js
js/controller/QuarantineController.js