diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-16 00:09:09 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-16 00:09:09 +0000 |
commit | 72179bac11e9c18ea623e30594d6d427ef63db36 (patch) | |
tree | 601bc4fbb0a6c30ac866f11f278d80f920440c11 /app/views/admin/runners/index.html.haml | |
parent | 9922389a501dfde79037426fa6d09144ee5f7e1a (diff) | |
download | gitlab-ce-72179bac11e9c18ea623e30594d6d427ef63db36.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/admin/runners/index.html.haml')
-rw-r--r-- | app/views/admin/runners/index.html.haml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/admin/runners/index.html.haml b/app/views/admin/runners/index.html.haml index 564d6000bc1..a38615d9b1b 100644 --- a/app/views/admin/runners/index.html.haml +++ b/app/views/admin/runners/index.html.haml @@ -122,8 +122,7 @@ .table-holder .gl-responsive-table-row.table-row-header{ role: 'row' } .table-section.section-10{ role: 'rowheader' }= _('Type/State') - .table-section.section-10{ role: 'rowheader' }= _('Runner token') - .table-section.section-20{ role: 'rowheader' }= _('Description') + .table-section.section-30{ role: 'rowheader' }= s_('Runners|Runner') .table-section.section-10{ role: 'rowheader' }= _('Version') .table-section.section-10{ role: 'rowheader' }= _('IP Address') .table-section.section-5{ role: 'rowheader' }= _('Projects') |