mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 20:11:47 +00:00
follouwp whitespace/indentation cleanup
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
4be427a021
commit
eb5cc90892
@ -399,7 +399,7 @@ __PACKAGE__->register_method({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if($have_sdn) {
|
if ($have_sdn) {
|
||||||
if (!$param->{type} || $param->{type} eq 'sdn') {
|
if (!$param->{type} || $param->{type} eq 'sdn') {
|
||||||
|
|
||||||
my $nodes = PVE::Cluster::get_node_kv("sdn");
|
my $nodes = PVE::Cluster::get_node_kv("sdn");
|
||||||
@ -416,8 +416,8 @@ __PACKAGE__->register_method({
|
|||||||
node => $node,
|
node => $node,
|
||||||
type => 'sdn',
|
type => 'sdn',
|
||||||
status => $sdn->{'status'},
|
status => $sdn->{'status'},
|
||||||
};
|
};
|
||||||
push @$res, $entry;
|
push @$res, $entry;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user