]> git.proxmox.com Git - proxmox-backup.git/commit
ui: add Traffic Control UI
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 19 Nov 2021 14:42:27 +0000 (15:42 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 20 Nov 2021 18:40:59 +0000 (19:40 +0100)
commitac4e399a104eadf449e46e3136231196266d4f1d
treed6befe8fd81db5a44dab99490722339d3ce86f33
parent4fe77c36dffdbd9645b77d99d93f065cf418f875
ui: add Traffic Control UI

adds a list of traffic control rules (with their current usage)
and let the user add/edit/remove them

the edit window currently has a grid for timeframes to add/remove
with input fields for start/endtime and checkboxes for the days

there are still some improvements possible, like having a seperate
grid for networks (the input field is maybe too small), or
optimizing consecutive days to a range (e.g. mon..wed instead of mon,tue,wed)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/Makefile
www/NavigationTree.js
www/config/TrafficControlView.js [new file with mode: 0644]
www/window/TrafficControlEdit.js [new file with mode: 0644]