Skip to content

Commit

Permalink
Merge pull request #2387 from adrianschroeter/multibuild
Browse files Browse the repository at this point in the history
[webui] fix log file display of multibuild containers
  • Loading branch information
Moisés Déniz Alemán committed Nov 29, 2016
2 parents 96f37ae + 106ae0b commit 86a9c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/app/views/webui/package/live_build_log.html.erb
Expand Up @@ -11,7 +11,7 @@
live_build_log_ready();
<% end -%>

<h2>Build Log for Package <%= @package %> (Project <%= @project %>)</h2>
<h2>Build Log for Package <%= @build_container %> (Project <%= @project %>)</h2>

<%= render :partial => "job_status" if @workerid %>

Expand All @@ -22,7 +22,7 @@
<div id="log_space_wrapper"
data-offset="<%= @offset %>"
data-url="<%= url_for(action: :update_build_log,
package: @package, project: @project,
package: @build_container, project: @project,
arch: @arch, repository: @repo) %>">
<pre id="log_space"></pre>
</div>
Expand Down

0 comments on commit 86a9c9a

Please sign in to comment.