Sha256: 94be51a702432e78ad3dd7307c81766ddcfde7dc1d3a03c4b3560ae4d4f45b96

Contents?: true

Size: 348 Bytes

Versions: 10

Compression:

Stored size: 348 Bytes

Contents

<h1>Processes</h1>

<div class="d-grid gap-3">
  <% @hosts.each do |host| %>
    <div class="card">
      <div class="card-header">
        <b>Host:</b> <%= host.hostname %>
      </div>
      
      <ul class="list-group list-group-flush">
        <%= render partial: "process", collection: host.forks %>
      </ul>
    </div>
  <% end %>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
panoptic-0.5.0 app/views/panoptic/processes/index.html.erb
panoptic-0.4.2 app/views/panoptic/processes/index.html.erb
panoptic-0.4.1 app/views/panoptic/processes/index.html.erb
panoptic-0.4.0 app/views/panoptic/processes/index.html.erb
panoptic-0.3.0 app/views/panoptic/processes/index.html.erb
panoptic-0.2.0 app/views/panoptic/processes/index.html.erb
panoptic-0.1.3 app/views/panoptic/processes/index.html.erb
panoptic-0.1.2 app/views/panoptic/processes/index.html.erb
panoptic-0.1.1 app/views/panoptic/processes/index.html.erb
panoptic-0.1.0 app/views/panoptic/processes/index.html.erb