[pve-devel] [RFC widget-toolkit 0/2] fix #4442: Firewall log filtering

Christian Ebner c.ebner at proxmox.com
Mon Jan 30 10:07:12 CET 2023


This patch series introduces a firewall log view panel which allows to filter
firewall logs (including rotated logs) by date and time, up to minute precision.

The existing date time field was extended to publish state changes for value
bindings to be updated.

Suggestions for improvements, especially regarding the still incorrect update of
min/max values of the date and time fields on changes of the other one are
highly appreciated.

proxmox-widget-toolkit:

Christian Ebner (2):
  DateTimeField: Extend and refactor to make field value bindable
  fix #4442: panel: Add firewall log view panel

 src/Makefile                 |   1 +
 src/form/DateTimeField.js    | 104 ++++++++---
 src/panel/FirewallLogView.js | 350 +++++++++++++++++++++++++++++++++++
 3 files changed, 432 insertions(+), 23 deletions(-)
 create mode 100644 src/panel/FirewallLogView.js

pve-manager:

Christian Ebner (1):
  fix #4442: node/qemu: Use firewallLogView panel for firewall logs

 www/manager6/node/Config.js | 5 +++--
 www/manager6/qemu/Config.js | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

-- 
2.30.2






More information about the pve-devel mailing list