[pve-devel] applied: [PATCH manager 2/6] ui: dc/Auth*: refactor AuthEdit
Thomas Lamprecht
t.lamprecht at proxmox.com
Sun Apr 26 13:09:31 CEST 2020
On 4/9/20 4:10 PM, Dominik Csapak wrote:
> 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 at proxmox.com>
> ---
> www/manager6/Makefile | 4 +-
> www/manager6/Utils.js | 23 ++++
> www/manager6/dc/AuthEdit.js | 180 --------------------------------
> www/manager6/dc/AuthEditAD.js | 54 ++++++++++
> www/manager6/dc/AuthEditBase.js | 120 +++++++++++++++++++++
> www/manager6/dc/AuthEditLDAP.js | 61 +++++++++++
> www/manager6/dc/AuthView.js | 56 +++++-----
> 7 files changed, 287 insertions(+), 211 deletions(-)
> delete mode 100644 www/manager6/dc/AuthEdit.js
> create mode 100644 www/manager6/dc/AuthEditAD.js
> create mode 100644 www/manager6/dc/AuthEditBase.js
> create mode 100644 www/manager6/dc/AuthEditLDAP.js
>
applied, thanks!
More information about the pve-devel
mailing list