app/views/mission_control/jobs/queues/show.html.erb in mission_control-jobs-0.3.3 vs app/views/mission_control/jobs/queues/show.html.erb in mission_control-jobs-0.4.0
- old
+ new
@@ -7,10 +7,10 @@
<% else %>
<table class="jobs table queues is-hoverable is-fullwidth">
<tbody>
<thead>
<tr>
- <th style="width: 30%;">Job</th>
+ <th class="job-header">Job</th>
<th></th>
</tr>
</thead>
<%= render partial: "mission_control/jobs/queues/job", collection: @jobs_page.records %>