debug-output removed
This commit is contained in:
parent
82b3d3cda2
commit
e2b38ca779
|
@ -54,7 +54,7 @@ def cli_task
|
||||||
tcli.cmd( :status, "Lists tasks with status", aliases: [nil], &lambda {|target=nil, sort: nil, node: nil, status: nil|
|
tcli.cmd( :status, "Lists tasks with status", aliases: [nil], &lambda {|target=nil, sort: nil, node: nil, status: nil|
|
||||||
connect
|
connect
|
||||||
task_table order: [2] do |push|
|
task_table order: [2] do |push|
|
||||||
Proxmox::Node.all.each {|n| n.tasks.each {|t| p t; push.call t } }
|
Proxmox::Node.all.each {|n| n.tasks.each &push }
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue