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