+ 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
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
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