Sha256: 531142e64fc73f5cd4a0f1b7cf6aa366c0f28fdc061ae88d6a925be62aa4da63

Contents?: true

Size: 622 Bytes

Versions: 1

Compression:

Stored size: 622 Bytes

Contents

.job-list
  .list
    .row
      .col-sm-10
        %h2 Scheduled 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: "#{scheduled_jobs_url(format: 'json')}" } }
      %thead
        %tr
          %th Class
          %th Description
          %th Runs in
          %th Cron Schedule
      %tbody

:javascript
  jQuery(function() {
    new RjmcDatatable(
      $(".jobs-datatable"),
      [{data: '0'}, {data: '1'}, {data: '2', orderable: false}, {data: '3'}]);
  });

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rocketjob_mission_control-2.0.0.rc1 app/views/rocket_job_mission_control/jobs/index_filters/scheduled.html.haml