Sha256: 31f01bc58ce03615616e8db8d2c5629e6dc011b8d39b223e8f547410cc4240c2

Contents?: true

Size: 318 Bytes

Versions: 5

Compression:

Stored size: 318 Bytes

Contents

<% navigation(title: "Queues", section: :queues)  %>

<table class="queues table is-hoverable is-fullwidth">
  <tbody>
  <thead>
  <tr>
    <th>Queue</th>
    <th>Pending jobs</th>
    <th></th>
  </tr>
  </thead>

  <%= render partial: "mission_control/jobs/queues/queue", collection: @queues %>

  </tbody>
</table>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mission_control-jobs-1.0.1 app/views/mission_control/jobs/queues/index.html.erb
mission_control-jobs-1.0.0 app/views/mission_control/jobs/queues/index.html.erb
mission_control-jobs-0.6.0 app/views/mission_control/jobs/queues/index.html.erb
mission_control-jobs-0.5.0 app/views/mission_control/jobs/queues/index.html.erb
mission_control-jobs-0.4.0 app/views/mission_control/jobs/queues/index.html.erb