mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
B #5022: Fix onehook show output
This commit is contained in:
parent
ce38105eff
commit
790b832e00
@ -161,7 +161,11 @@ class OneHookHelper < OpenNebulaHelper::OneHelper
|
||||
end
|
||||
end
|
||||
|
||||
default :HOOK, :ID, :TIMESTAMP, :RC, :EXECUTION
|
||||
if !header
|
||||
default :HOOK, :ID, :TIMESTAMP, :RC, :EXECUTION
|
||||
else
|
||||
default :ID, :TIMESTAMP, :RC, :EXECUTION
|
||||
end
|
||||
end
|
||||
|
||||
table.show(execs, :stat_column => :EXECUTION)
|
||||
|
Loading…
x
Reference in New Issue
Block a user