[pve-devel] [PATCH manager v2 0/5] ACME node adaptions for plugins
Dominik Csapak
d.csapak at proxmox.com
Wed May 6 16:31:07 CEST 2020
this series adapts the node->certificates->acme panel to include
an 'accountselector' and to be able to add/edit/remove single domains,
including ones with a plugin
changes from v1:
* drop fieldLabel in ACMEAccountSelector
* reword 'Account' in 'Used Account'
* use different approach to change the account
(use viewModel and a displayfield/combobox/editbutton to better
see when the account actually changes)
Dominik Csapak (5):
ui: add ACME selector formfields for account and plugins
ui: Parser: add printACME
ui: Utils: add helper functions for acme domains
ui: node/ACME: add ACMEDomainEdit
ui: node/ACME: rework ACME grid for plugin based domains
www/manager6/Makefile | 2 +
www/manager6/Parser.js | 7 +
www/manager6/Utils.js | 23 +
www/manager6/form/ACMEAccountSelector.js | 21 +
www/manager6/form/ACMEPluginSelector.js | 19 +
www/manager6/node/ACME.js | 617 ++++++++++++++++-------
6 files changed, 517 insertions(+), 172 deletions(-)
create mode 100644 www/manager6/form/ACMEAccountSelector.js
create mode 100644 www/manager6/form/ACMEPluginSelector.js
--
2.20.1
More information about the pve-devel
mailing list