]> git.proxmox.com Git - pve-manager.git/commit - www/manager6/Parser.js
ui: add ACMEPluginEdit window
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 5 May 2020 12:38:17 +0000 (14:38 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 5 May 2020 17:23:04 +0000 (19:23 +0200)
commit457088917b35fdb65aa26d43de9d04a9fa1763f3
tree737a9d1563f81c537bf7e17944a0472e8991f7c9
parentf81ef75756ed8ef05ff6be992d3a1cf540ffb869
ui: add ACMEPluginEdit window

this is a rather complex edit window, because we dynamically create form
fields according to the schema we get from the api

to do this properly we have to handle a few things:
* we have to properly set the values on edit
* we have to properly track the original values
* we have to merge and split with/from the generic 'data' field
  (so that if a plugin has some extra fields that we did not include in
  the schema the user can still enter them)

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