app/views/mission_control/jobs/queues/index.html.erb in mission_control-jobs-0.3.3 vs app/views/mission_control/jobs/queues/index.html.erb in mission_control-jobs-0.4.0
- old
+ new
@@ -2,11 +2,11 @@
<table class="queues table is-hoverable is-fullwidth">
<tbody>
<thead>
<tr>
- <th style="width: 50%;">Queue</th>
- <th style="width: 30%;">Pending jobs</th>
+ <th>Queue</th>
+ <th>Pending jobs</th>
<th></th>
</tr>
</thead>
<%= render partial: "mission_control/jobs/queues/queue", collection: @queues %>