]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
add ACME domain editing
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 16 Mar 2021 10:24:23 +0000 (11:24 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 16 Mar 2021 11:25:58 +0000 (12:25 +0100)
commit8915422f90f0ff459d7950c690d5a3d31ecdff59
tree73de644c0b118c0ae036e1cb4e390ce7a03ac49e
parent658bfdff32bee2fc357ab193348c49a6d9981e8b
add ACME domain editing

Same deal, however, here the PVE code is has a little bug
where changing the plugin type of a domain makes it
disappear, so this also contains some fixups.

Additionally, this now also adds the ability to change a
domain's "usage" (smtp, api or both), so similar to the
uploadButtons info in the Certificates panel, we now have a
domainUsages info. If it is set, the edit window will show a
multiselect combobox, and the panel will show a usage
column.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/Makefile
src/panel/ACMEDomains.js [new file with mode: 0644]
src/window/ACMEDomains.js [new file with mode: 0644]