2017-08-17 22:00:37 +05:30
|
|
|
.table-holder
|
2023-03-04 22:38:38 +05:30
|
|
|
%table.table.ci-table.responsive-table.b-table.gl-table.b-table-stacked-md{ role: 'table' }
|
|
|
|
%thead{ role: 'rowgroup' }
|
|
|
|
%tr{ role: 'row' }
|
|
|
|
%th.table-th-transparent.border-bottom{ role: 'cell', style: 'width: 34%' }= _("Description")
|
|
|
|
%th.table-th-transparent.border-bottom{ role: 'cell' }= s_("PipelineSchedules|Target")
|
|
|
|
%th.table-th-transparent.border-bottom{ role: 'cell' }= _("Last Pipeline")
|
|
|
|
%th.table-th-transparent.border-bottom{ role: 'cell' }= s_("PipelineSchedules|Next Run")
|
|
|
|
%th.table-th-transparent.border-bottom{ role: 'cell' }= _("Owner")
|
|
|
|
%th.table-th-transparent.border-bottom{ role: 'cell' }
|
|
|
|
%tbody{ role: 'rowgroup' }
|
2017-08-17 22:00:37 +05:30
|
|
|
= render partial: "pipeline_schedule", collection: @schedules
|