This commit is contained in:
qgarnier 2020-09-04 15:17:13 +02:00 committed by GitHub
parent fb0e462cfc
commit f682ca9d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ sub check_options {
sub manage_selection {
my ($self, %options) = @_;
my $result = $options{custom}->query(url_path => '/api/nodes/?columns=name');
my $result = $options{custom}->query(url_path => '/api/nodes/?columns=name,running');
$self->{node} = {};
foreach (@$result) {
$self->{node}->{$_->{name}} = {