Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_job.html.haml « background_migrations « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e34f73e8b94724102e6393b7e1f265d5595536ea (plain)
1
2
3
4
5
6
7
8
9
10
%tr{ role: 'row' }
  %td{ role: 'cell', data: { label: _('Id') } }
    = link_to admin_background_migration_batched_job_path(job.batched_migration, job, params: { database: params[:database] }) do
      = job.id
  %td{ role: 'cell', data: { label: s_('BackgroundMigrations|Started at') } }
    = job.started_at
  %td{ role: 'cell', data: { label: s_('BackgroundMigrations|Finished at') } }
    = job.finished_at
  %td{ role: 'cell', data: { label: s_('BackgroundMigrations|Batch size') } }
    = job.batch_size