Re: [pve-devel] [PATCH pve-manager 09/11] sdn: add Fabrics view

2025-03-07 Thread Gabriel Goller
+ Proxmox.Utils.API2Request({ + url: `/cluster/sdn/fabrics/`, + method: 'GET', + success: function(response, opts) { + let ospf = Object.entries(response.result.data.ospf); + let openfabric = Object.entries(re

Re: [pve-devel] [PATCH pve-manager 09/11] sdn: add Fabrics view

2025-03-04 Thread Stefan Hanreich
On 2/14/25 14:39, Gabriel Goller wrote: > Add the FabricsView in the sdn category of the datacenter view. The > FabricsView allows to show all the fabrics on all the nodes of the > cluster. > > Co-authored-by: Stefan Hanreich > Signed-off-by: Gabriel Goller > --- > PVE/API2/Cluster.pm

[pve-devel] [PATCH pve-manager 09/11] sdn: add Fabrics view

2025-02-14 Thread Gabriel Goller
Add the FabricsView in the sdn category of the datacenter view. The FabricsView allows to show all the fabrics on all the nodes of the cluster. Co-authored-by: Stefan Hanreich Signed-off-by: Gabriel Goller --- PVE/API2/Cluster.pm | 7 +- PVE/API2/Network.pm | 7 +- w