]> git.proxmox.com Git - pmg-gui.git/commit
fix #4510: add filter box to many grids
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 21 Feb 2024 14:47:44 +0000 (15:47 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 21 Feb 2024 16:57:47 +0000 (17:57 +0100)
commit4703989ab1ee0b578377f166edaf90c87c0280b5
treea14914ac97cf4c27fac57b9632067e7283eb7ab2
parent1e8cfaf39986cf77010fe48c434371ee0bdaffb9
fix #4510: add filter box to many grids

namely relay domains, transports, trusted networks, smtp whitelist +
when/what/who object grids.

Adds a new 'FilterField', that takes a store and a list of columns to
filter, and filters on every change.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
js/Makefile
js/MyNetworks.js
js/ObjectGroup.js
js/RelayDomains.js
js/Transport.js
js/form/FilterField.js [new file with mode: 0644]