Sha256: b0c5273181ff6c8c6341becdda308fef469bb97b674dd4492bb9f3e89306554b

Contents?: true

Size: 604 Bytes

Versions: 10

Compression:

Stored size: 604 Bytes

Contents

<li class="list-group-item">
  <h5><%= process.kind %></h5>
  
  <div>
    <span class="badge text-bg-primary">PID: <%= process.pid %></span>
    <span class="badge text-bg-secondary">Created: <%= time_ago_in_words process.created_at %></span> 
    <span class="badge text-bg-secondary">Last heartbeat: <%= time_ago_in_words process.last_heartbeat_at %></span> 
  </div>

  <div class="mt-2">
    <% process.metadata.each do |setting, value| %> 
      <div class="d-flex justify-content-between">
        <div><%= setting %></div>
        <div><%= value %></div>
      </div>
    <% end %>
  </div>
</li>

Version data entries

10 entries across 10 versions & 1 rubygems

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