1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Merge pull request #1392 from meltingice/1375_retry_page

Wrap retry page worker arguments
This commit is contained in:
Mike Perham 2013-12-11 21:36:02 -08:00
commit 02f23cfaa0
2 changed files with 4 additions and 1 deletions

View file

@ -897,6 +897,9 @@ img.smallogo {
background: rgba(255, 255, 255, 0.2);
border-radius: 3px;
}
.code-wrap {
white-space: normal;
}
.args {
overflow-y: auto;
max-height: 100px;

View file

@ -19,7 +19,7 @@
<tr>
<th><%= t('Arguments') %></th>
<td>
<code>
<code class="code-wrap">
<!-- We don't want to truncate any job arguments when viewing a single job's status page -->
<div class="args-extended"><%= display_args(job['args'], nil) %></div>
</code>