Skip to content

Commit

Permalink
[webui] minor fixes to detailed build status page
Browse files Browse the repository at this point in the history
  • Loading branch information
kaltsi committed May 3, 2016
1 parent 86ea4a0 commit 1f62bee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/app/views/webui/monitor/_building.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<h3>Legend</h3>
<div>
<div style="float: left; margin-right: 10px"><%= distance_of_time_in_words(@time_now, @dead_line) -%></div>
<div style="float: left; margin-left: 10px; margin-right: 10px"><%= distance_of_time_in_words(@time_now, @dead_line) -%></div>
<% @max_color.downto(0) do |n| -%>
<% color = "rgb(255,#{n},0)" %>
<div style="background-color: <%= color %>; margin: 0px; width: 3px ; height: 1em; float: left;">&nbsp;</div>
Expand All @@ -27,7 +27,7 @@
<% if (@project_filter) %>
No package of the "<%= @project_filter %>" project is building. Maybe remove the filter?:)
<% else %>
None of the <%= max_clients %> hosts is working atm!
All <%= max_clients %> hosts are idle!
<% end %>
<% else %>
Nothing to do here!
Expand Down

0 comments on commit 1f62bee

Please sign in to comment.