Skip to content

Commit

Permalink
[frontend] Change color for completed live build log hint
Browse files Browse the repository at this point in the history
Before when a live build log ended a "finished" over green was shown and
was misleading when a build failed. Now is showing "completed" over
yellow
  • Loading branch information
Moises Deniz Aleman committed Apr 16, 2018
1 parent 7a4f039 commit 4db3114
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/api/app/assets/stylesheets/webui/application/package.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ table.repostatus td {
.finished {
cursor: default;
padding: 10px 0;
background: #bdffbd;
border: 1px solid #83bf83;
background: #fffa94;
border: 1px solid #b9cb13;
}
}
}
Expand Down
3 changes: 1 addition & 2 deletions src/api/app/views/webui/package/live_build_log.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
Paused
</div/>
<div class='finished hidden'>
<%= sprite_tag 'tick' %>
Finished
End of log
</div/>
</div>
<pre id="log_space"></pre>
Expand Down

0 comments on commit 4db3114

Please sign in to comment.