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