Sha256: 254cbef8a0625e24e03f83a8b0bec5c122ae54ff4c20401784057e652b60608c
Contents?: true
Size: 556 Bytes
Versions: 3
Compression:
Stored size: 556 Bytes
Contents
.job-list .list .row .col-sm-10 %h2 Paused 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: "#{paused_jobs_url(format: 'json')}" } } %thead %tr %th Class %th Description %th Paused %tbody :javascript jQuery(function() { new RjmcDatatable( $(".jobs-datatable"), [{data: '0'}, {data: '1'}, {data: '2'}]); });
Version data entries
3 entries across 3 versions & 1 rubygems