]> git.proxmox.com Git - pve-manager.git/commit
ui: dc/Auth*: refactor AuthEdit
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 9 Apr 2020 14:10:45 +0000 (16:10 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 26 Apr 2020 11:07:54 +0000 (13:07 +0200)
commitefff7eab9afe6a4d674df9ee8b5652d661e9451d
tree472cfd3fbe0f124e0035cc2be3f807b190ec0c71
parent8b966034aa721f4b6c9ca20a180a9f58100cc3f5
ui: dc/Auth*: refactor AuthEdit

similar to storage/Base.js so that we have the different
RealmTypes in different inputpanels

this will come in handy when we define sync options

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/Makefile
www/manager6/Utils.js
www/manager6/dc/AuthEdit.js [deleted file]
www/manager6/dc/AuthEditAD.js [new file with mode: 0644]
www/manager6/dc/AuthEditBase.js [new file with mode: 0644]
www/manager6/dc/AuthEditLDAP.js [new file with mode: 0644]
www/manager6/dc/AuthView.js