Sha256: 8df8f49671343ba1b29733ed9e8f48645c212b68f317ce97e65ac1d7b6f656ff
Contents?: true
Size: 1.41 KB
Versions: 3
Compression:
Stored size: 1.41 KB
Contents
#workers .worker-list .list .row .col-md-6 %h2 Worker Processes .col-md-6 .col-sm-10 .worker-collection-actions - if @workers.present? %ol .btn-group - [:stop_all, :pause_all, :resume_all, :destroy_zombies].each do |action| = link_to("#{action.to_s.humanize.capitalize}", rocket_job_mission_control.update_all_workers_path(worker_action: action), method: :patch, data: { confirm: t(:confirm, scope: [:worker, :update_all], action: action.to_s.singularize.humanize.downcase) }, class: 'btn btn-default') .col-sm-2.pull-right .btn.btn-default.pull-right.dt-reload{ data: { behavior: 'reload' } } %i.fa.fa-refresh %table.table.datatable.workers-datatable{ style: "width: 100%", data: { source: "#{workers_url(format: 'json')}" } } %thead %tr %th Hostname : PID %th Workers (Current/Max) %th Started %th Heartbeat %th Actions %tbody :javascript jQuery(function() { new RjmcDatatable( $('.workers-datatable'), [{data: '0'}, {data: '1', orderable: false}, {data: '2', orderable: false}, {data: '3', orderable: false}, {data: '4', orderable: false}]); });
Version data entries
3 entries across 3 versions & 1 rubygems