public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Dominik Csapak <d.csapak@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH widget-toolkit/proxmox-backup] implement traffic-control ui
Date: Fri, 19 Nov 2021 15:42:24 +0100	[thread overview]
Message-ID: <20211119144227.1337999-1-d.csapak@proxmox.com> (raw)

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





             reply	other threads:[~2021-11-19 14:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-19 14:42 Dominik Csapak [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211119144227.1337999-1-d.csapak@proxmox.com \
    --to=d.csapak@proxmox.com \
    --cc=pbs-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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