Re: [pve-devel] [PATCH manager v2 1/5] dc: add simple cluster panel

2018-04-05 Thread Dietmar Maurer
fixed > the only thing not working is the 'nodecount' since the diffstore has no > 'load' event, thus the update never triggers > > but we can fix this in a followup by adding the event to the rstore > instead ___ pve-devel mailing list pve-devel@pve

Re: [pve-devel] [PATCH manager v2 1/5] dc: add simple cluster panel

2018-04-05 Thread Dominik Csapak
the only thing not working is the 'nodecount' since the diffstore has no 'load' event, thus the update never triggers but we can fix this in a followup by adding the event to the rstore instead, rest of the series acked by me On 04/04/2018 02:36 PM, Thomas Lamprecht wrote: Show configured cl

[pve-devel] [PATCH manager v2 1/5] dc: add simple cluster panel

2018-04-04 Thread Thomas Lamprecht
Show configured cluster nodes with their addresses, votes, IDs. Also show cluster name, config_version, and node count. Prepares for creating and joining a cluster over the WebUI. Signed-off-by: Thomas Lamprecht --- changes v1 -> v2: * re-used an already defined gettext for "no cluster configur