From f682ca9d63c5074e4dd41a909084f7b244e42489 Mon Sep 17 00:00:00 2001 From: qgarnier Date: Fri, 4 Sep 2020 15:17:13 +0200 Subject: [PATCH] Fix #2150 (#2195) --- apps/mq/rabbitmq/restapi/mode/listnodes.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mq/rabbitmq/restapi/mode/listnodes.pm b/apps/mq/rabbitmq/restapi/mode/listnodes.pm index ee38a2240..47442207e 100644 --- a/apps/mq/rabbitmq/restapi/mode/listnodes.pm +++ b/apps/mq/rabbitmq/restapi/mode/listnodes.pm @@ -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}} = {