public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [RFC widget-toolkit 0/2] fix #4442: Firewall log filtering
@ 2023-01-30  9:07 Christian Ebner
  2023-01-30  9:07 ` [pve-devel] [RFC widget-toolkit 1/2] DateTimeField: Extend and refactor to make field value bindable Christian Ebner
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Christian Ebner @ 2023-01-30  9:07 UTC (permalink / raw)
  To: pve-devel

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





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-01-30  9:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30  9:07 [pve-devel] [RFC widget-toolkit 0/2] fix #4442: Firewall log filtering Christian Ebner
2023-01-30  9:07 ` [pve-devel] [RFC widget-toolkit 1/2] DateTimeField: Extend and refactor to make field value bindable Christian Ebner
2023-01-30  9:07 ` [pve-devel] [RFC manager 1/1] fix #4442: node/qemu: Use firewallLogView panel for firewall logs Christian Ebner
2023-01-30  9:07 ` [pve-devel] [RFC widget-toolkit 2/2] fix #4442: panel: Add firewall log view panel Christian Ebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal