public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH widget-toolkit/proxmox-backup] implement traffic-control ui
@ 2021-11-19 14:42 Dominik Csapak
  2021-11-19 14:42 ` [pbs-devel] [PATCH widget-toolkit 1/1] form: copy BandwidthSelector/SizeField from PVE Dominik Csapak
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Dominik Csapak @ 2021-11-19 14:42 UTC (permalink / raw)
  To: pbs-devel

this series implements a ui for the recent traffic-control feature
it consists of a basic grid with config + status display
as well as an edit window to create/edit rules

for now, it assumes that the api returns/expects only bytes, so if
we want to extend this, we'll have to extend the bandwithselector too

proxmox-widget-toolkit:

Dominik Csapak (1):
  form: copy BandwidthSelector/SizeField from PVE

 src/Makefile                  |   1 +
 src/form/BandwidthSelector.js | 154 ++++++++++++++++++++++++++++++++++
 2 files changed, 155 insertions(+)
 create mode 100644 src/form/BandwidthSelector.js

proxmox-backup:

Dominik Csapak (2):
  api: traffic_control: add missing rename to 'kebab-case'
  ui: add Traffic Control UI

 src/api2/config/traffic_control.rs |   1 +
 www/Makefile                       |   2 +
 www/NavigationTree.js              |   6 +
 www/config/TrafficControlView.js   | 197 ++++++++++++
 www/window/TrafficControlEdit.js   | 464 +++++++++++++++++++++++++++++
 5 files changed, 670 insertions(+)
 create mode 100644 www/config/TrafficControlView.js
 create mode 100644 www/window/TrafficControlEdit.js

-- 
2.30.2





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

end of thread, other threads:[~2021-11-20 21:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-19 14:42 [pbs-devel] [PATCH widget-toolkit/proxmox-backup] implement traffic-control ui Dominik Csapak
2021-11-19 14:42 ` [pbs-devel] [PATCH widget-toolkit 1/1] form: copy BandwidthSelector/SizeField from PVE Dominik Csapak
2021-11-19 15:12   ` [pbs-devel] applied: " Thomas Lamprecht
2021-11-19 14:42 ` [pbs-devel] [PATCH proxmox-backup 1/2] api: traffic_control: add missing rename to 'kebab-case' Dominik Csapak
2021-11-20 21:47   ` [pbs-devel] applied: " Thomas Lamprecht
2021-11-19 14:42 ` [pbs-devel] [PATCH proxmox-backup 2/2] ui: add Traffic Control UI Dominik Csapak
2021-11-20 21:57   ` [pbs-devel] applied: " Thomas Lamprecht

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