ui: add UserSelector

this has to be different from pve for now, since the default of
'enabled' is reverted (pve: default disabled, pbs: default enabled)

if we decide to change this either here or in pve, we can refactor
it to the widget-toolkit

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak
2020-05-20 12:15:33 +02:00
committed by Dietmar Maurer
parent b05672579e
commit 2072aeaee6
2 changed files with 51 additions and 0 deletions

View File

@ -5,6 +5,7 @@ IMAGES := \
images/proxmox_logo.png
JSSRC= \
form/UserSelector.js \
config/UserView.js \
window/UserEdit.js \
Utils.js \