]> git.proxmox.com Git - pve-manager.git/commit
ui: node/ACME: rework ACME grid for plugin based domains
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 6 May 2020 14:31:12 +0000 (16:31 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 6 May 2020 15:49:35 +0000 (17:49 +0200)
commitfd2542336bd5cc00c1a4ec35ee023e5c1b1f5f82
tree4086f1b66650f345c2df654cc269f164df0b21f3
parent8e49a93fff248c75bdb8e61ebfa0889ee8aae7f7
ui: node/ACME: rework ACME grid for plugin based domains

This is basically a complete rework of the ACME grid.
Instead of having an ObjectGrid, we now have a normal
GridPanel which allows us to show a row for each Domain.

But to achieve this, we need to manually fill the store with data
from the 'acme' and 'acmedomainX' entries of the node config.

We also add an AccountSelector to the tbar and a link to the
datacenter->acme panel (when there is no account)

this also removes the 'register account' and 'view account' buttons,
since those are now available in datacenter->acme

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/node/ACME.js