|
|
|
@ -39,7 +39,8 @@ |
|
|
|
|
<td colspan="3"><code><%= text %></code></td> |
|
|
|
|
</tr> |
|
|
|
|
</table> |
|
|
|
|
<table style="color: black;" summary="<%= gettext "Log Data" %>" class="table thead-light table-bordered table-responsive"> |
|
|
|
|
<div class="table-bordered table-responsive text-center"> |
|
|
|
|
<table style="color: black;" summary="<%= gettext "Log Data" %>" class="table thead-light table-bordered"> |
|
|
|
|
<tr> |
|
|
|
|
<th scope="col"></th> |
|
|
|
|
<th scope="col"><%= gettext "Name" %></th> |
|
|
|
@ -76,6 +77,7 @@ |
|
|
|
|
</tr> |
|
|
|
|
<% end %> |
|
|
|
|
</table> |
|
|
|
|
</div> |
|
|
|
|
<% _ -> %> |
|
|
|
|
<%= nil %> |
|
|
|
|
<% end %> |
|
|
|
|