[pve-devel] [PATCH manager 0/5] cluster create/join UI

Dominik Csapak d.csapak at proxmox.com
Tue Apr 3 10:16:18 CEST 2018


Looks great, a few things are still rough,
please refer to my mails to the relevant patches

On 03/27/2018 03:45 PM, Thomas Lamprecht wrote:
> First 3 patches (1/5, 2/5, 3/5) should be quite polished and could be, if
> deemed OK, already applied.
> The last two, 4/5 and 5/5, are more a WIP/POC but they should work also
> quite well now.
> I'm not to happy with the UI of 4/5, but my wizard-based one isn't working
> yet, and some feed back on this would be appreciated now.
> A widget-toolkit from git, with the taskDone patch included, is needed for
> the 4/5 to work.
> 
> cheers,
> Thomas
> 
> Thomas Lamprecht (5):
>    dc: add simple cluster panel
>    dc/Cluster: allow cluster create over WebUI
>    dc/Cluster: allow to get join information
>    ui: add cluster join window POC
>    ui: silence auth failures during cluster join
> 
>   www/manager6/Makefile          |   2 +
>   www/manager6/Workspace.js      |   2 +-
>   www/manager6/dc/Cluster.js     | 266 +++++++++++++++++++++++++++++++++++
>   www/manager6/dc/ClusterEdit.js | 309 +++++++++++++++++++++++++++++++++++++++++
>   www/manager6/dc/Config.js      |  13 +-
>   5 files changed, 587 insertions(+), 5 deletions(-)
>   create mode 100644 www/manager6/dc/Cluster.js
>   create mode 100644 www/manager6/dc/ClusterEdit.js
> 





More information about the pve-devel mailing list