Sha256: 7b1845d046b333238251613c953a8c3fcaf8e9588d572e0d943298c0823dea29
Contents?: true
Size: 691 Bytes
Versions: 3
Compression:
Stored size: 691 Bytes
Contents
.job-list .list .row .col-sm-10 %h2 Active Processes .col-sm-2 .btn.btn-default.pull-right.dt-reload{ data: { behavior: 'reload' } } %i.fa.fa-refresh %table.table.datatable.active-processes-datatable{ style: "width: 100%", data: { source: "#{active_processes_url(format: 'json')}", column_num: 4 } } %thead %tr %th Hostname : PID %th Class %th Description %th Started %tbody :javascript jQuery(function() { new RjmcDatatable( $('.active-processes-datatable'), [{data: '0'}, {data: '1'}, {data: '2'}, {data: '3'}], {ordering: false, searching: false}); });
Version data entries
3 entries across 3 versions & 1 rubygems