]> git.proxmox.com Git - pve-manager.git/commit
ui: dc/Auth: add sync button
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 29 Apr 2020 12:32:35 +0000 (14:32 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 29 Apr 2020 14:36:27 +0000 (16:36 +0200)
commit4b60ee19dea628df5e8b2a6d3122c4d577b48ccf
tree3aad6bdddb820d9d960014004afbbf1c9debfab4
parent4119b159e9b2477d63ce757ca444a9cadbad7cb9
ui: dc/Auth: add sync button

opens a window with the parameters for the sync and two buttons:
'preview' and 'sync'

both open the taskviewer, but the 'preview' one sets the 'dry-run'
parameter so that it does not get written out to the user.cfg

loads the realm config and prefills the selection with values from
the config, and shows a hint about where to set the defaults
if none are set

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