]> git.proxmox.com Git - pmg-gui.git/commit - js/QuarantineList.js
fix #2680: make Quarantine E-Mail list searchable
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 15 Apr 2020 07:56:43 +0000 (09:56 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 15 Apr 2020 12:07:46 +0000 (14:07 +0200)
commit61a8a658d289615e5c1baf445bf9dfa79f4280e4
tree48ec7fff3e4affabf629df3e2c0c5ab76ddbd770
parent72d8403cb6a0e3b31f0154ce3d912d4d5b94aeab
fix #2680: make Quarantine E-Mail list searchable

using an explicit load on time change and queryMode 'local', we can
enable typeAhead (and related settings) to let the user type in an email
which will be autocompleted by the loaded list.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
js/QuarantineList.js