Sha256: 334b8283fdc1fc3abe1337b559676f5105afce7308b016090ff4bd9ebe2b4063
Contents?: true
Size: 614 Bytes
Versions: 3
Compression:
Stored size: 614 Bytes
Contents
.job-list .list .row .col-sm-10 %h2 Queued Jobs .col-sm-2 .btn.btn-default.pull-right.dt-reload{ data: { behavior: 'reload' } } %i.fa.fa-refresh %table.table.datatable.jobs-datatable{ style: "width: 100%", data: { source: "#{queued_jobs_url(format: 'json')}" } } %thead %tr %th Class %th Description %th Priority %th Queued For %tbody :javascript jQuery(function() { new RjmcDatatable( $(".jobs-datatable"), [{data: '0'}, {data: '1'}, {data: '2'}, {data: '3', orderable: false}]); });
Version data entries
3 entries across 3 versions & 1 rubygems