Sha256: 4e62526970053f9428b2317d06260d56dc0495b6143929d39936af3663fd3756

Contents?: true

Size: 378 Bytes

Versions: 2

Compression:

Stored size: 378 Bytes

Contents

<% navigation(title: "Workers", section: :workers)  %>

<table class="workers table jobs is-hoverable is-fullwidth">
  <tbody>
  <thead>
  <tr>
    <th>Worker</th>
    <th>Hostname</th>
    <th style="width: 35%;">Jobs</th>
    <th>Last heartbeat</th>
  </tr>
  </thead>

  <%= render partial: "mission_control/jobs/workers/worker", collection: @workers %>

  </tbody>
</table>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mission_control-jobs-0.1.1 app/views/mission_control/jobs/workers/index.html.erb
mission_control-jobs-0.1.0 app/views/mission_control/jobs/workers/index.html.erb