Sha256: c0414ea9e5f94c8c844b651b8cf27f83be511502b9ce66ed1d1af7474921caee
Contents?: true
Size: 960 Bytes
Versions: 9
Compression:
Stored size: 960 Bytes
Contents
- title t('.title') .card .card-body .table-responsive.text-nowrap %table.table.card-table.border.table-striped %thead %tr %th Host Name %th PID %th Status %th Last Check In %th Runs %th Actions %tbody.table-border-bottom-0 - @workers.each do |worker| %tr %td=worker.host_name %td=worker.pid %td - if worker.dead? = remix_icon(:dislike, tooltip_text: 'Dead') - elsif worker.running? = remix_icon(:run, tooltip_text: 'Running') - else = remix_icon(:zzz, tooltip_text: 'Waiting for jobs') %td=current_user.local_time(worker.last_check_in_at) %td=worker.runs.count %td.actions = delete_dropdown_item(worker, model_path(worker))
Version data entries
9 entries across 9 versions & 1 rubygems