]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit - Makefile
add Realm model and RealmComboBox
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 15 May 2020 08:19:26 +0000 (10:19 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 18 May 2020 15:03:32 +0000 (17:03 +0200)
commit0391dee1a26aa6678d4ced265ca825df7b25f051
treed0239c6ef9df15021c05d7d4a9db9a8f1f8a123d
parent82014ef6f1ee566d5b309137541d52c50f168e80
add Realm model and RealmComboBox

copied from pve-manager, with adaptions for modern js
(let, parameter destructuring,...)

and dropped the not needed 'needOTP' method

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Makefile
data/model/Realm.js [new file with mode: 0644]
form/RealmComboBox.js [new file with mode: 0644]