Mailinglist Archive: obs-commits (345 mails)

< Previous Next >
[obs-commits] [PATCH] Improve table layout for package build errors.
From: Cornelius Schumacher <schumacher@xxxxxxx>

---
src/webui/app/views/package/show.rhtml | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/webui/app/views/package/show.rhtml
b/src/webui/app/views/package/show.rhtml
index e859668..b7ca7b9 100644
--- a/src/webui/app/views/package/show.rhtml
+++ b/src/webui/app/views/package/show.rhtml
@@ -68,16 +68,17 @@
<table border=1>
<% @results.each do |result| %>
<tr>
- <td colspan="2"><b><%= result.repository %></b></td>
- <td/>
+ <td colspan="5"><b><%= result.repository %></b></td>
</tr>
<% result.each_archresult do |ar| %>
<tr>
<td align="right"><%= ar.arch %></td>
<td><%= ar.status.code %></td>
+ <td>
<% if ar.status.has_element? :summary %>
- <td><%= ar.status.summary %></td>
+ <%= ar.status.summary %>
<% end %>
+ </td>
<td align="right"><%= link_to "[View Build Log]", build_log_url( @project,
@package, result.repository, ar.arch ) %></td>
<td align="right"><%= link_to "[Live Build Log]", :action =>
:live_build_log,
--
1.7.7

--
To unsubscribe, e-mail: obs-commits+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: obs-commits+owner@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages