add vsan cluster usage

This commit is contained in:
garnier-quentin 2019-08-27 11:58:45 +02:00
parent 620d4d3e1b
commit 092972b8ea
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ sub manage_selection {
my $cluster_name = $response->{data}->{$cluster_id}->{name};
$self->{cluster}->{$cluster_name} = {
display => $cluster_name,
%{$response->{data}->{$cluster_id}},
%{$response->{data}->{$cluster_id}->{cluster_domcompmgr}},
};
}
}