Revision 329b84dd
Added by David Davis almost 8 years ago
app/helpers/containers_helper.rb | ||
---|---|---|
97 | 97 |
end |
98 | 98 |
|
99 | 99 |
def logs(container, opts = {}) |
100 |
ForemanDocker::Docker.get_container(container).log(opts) |
|
100 |
ForemanDocker::Docker.get_container(container).logs(opts)
|
|
101 | 101 |
end |
102 | 102 |
end |
Also available in: Unified diff
Fixes #9830 - Fixing log call