This series is send to pmg-devel and pve-devel list, as it changes the DateTimeField used by Proxmox Virtual Environment and Proxmox Mail Gateway.
This series of patches implements functionality to extend the firewall log panel to filter the logs by date and time. The series consists of patches for the proxmox-widget-toolkit and patches for pve-manager and pmg-gui which depend on the changes to proxmox-widget-toolkit. proxmox-widget-toolkit: The DateTimeField component is reworked to be more declarative and formula and data bindings are utilized to update state changes between parent and child components. The LogView component is extended to control if the date/time based filtering should be shown (as for example the Ceph logs use the same panel, but filters should not be shown), and to configure the submit values for api calls. pve-manager: The neccessary configs are set to show the filters in the panel and the correct submit format for api call. pmg-gui: Revert a commit, introduced to fix a side effect of one of the patches from the previous version of the patches, which got applied. proxmox-widget-toolkit: Christian Ebner (2): fix #4442: adapt DateTimeField to be more declarative fix #4442: Extend LogView for firewall datetime filtering src/form/DateTimeField.js | 281 ++++++++++++++++---------------------- src/panel/LogView.js | 89 ++++++++++-- 2 files changed, 201 insertions(+), 169 deletions(-) pve-manager: Christian Ebner (1): fix #4442: Add date-time filtering for firewall logs www/manager6/node/Config.js | 2 ++ www/manager6/qemu/Config.js | 2 ++ 2 files changed, 4 insertions(+) pmg-gui: Christian Ebner (1): Revert "fix tracking center with newer proxmox-widget-toolkit" js/MailTracker.js | 2 -- 1 file changed, 2 deletions(-) -- 2.39.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel