[pve-devel] [PATCH 0/5] fix #4442: Firewall log filtering

Christian Ebner c.ebner at proxmox.com
Thu Mar 23 15:42:00 CET 2023


This patch series extends the log view panel for date-time filtering and
introduces the configs needed to allow the user to switch between the
livemode and the filter mode, analogous to the journal view panel.

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

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):
  DateTimeField: fix typo in xtype

 js/MailTracker.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

proxmox-widget-toolkit:

Christian Ebner (3):
  DateTimeField: fix typo in xtype
  DateTimeField: Extend and refactor to make field value bindable
  fix #4442: Extend LogView for firewall datetime filtering

 src/form/DateTimeField.js | 107 +++++++++++++++++++++++++++++---------
 src/panel/LogView.js      |  83 +++++++++++++++++++++++++----
 2 files changed, 156 insertions(+), 34 deletions(-)

-- 
2.30.2






More information about the pve-devel mailing list