Commit c25a078e authored by Miguel Rincon's avatar Miguel Rincon

Merge branch 'simplify-runners-table-headers' into 'master'

Simplify the runners table headers

See merge request gitlab-org/gitlab!79627
parents 95626b70 29a30968
......@@ -70,9 +70,9 @@ export default {
},
fields: [
tableField({ key: 'status', label: s__('Runners|Status') }),
tableField({ key: 'summary', label: s__('Runners|Runner ID'), thClasses: ['gl-lg-w-25p'] }),
tableField({ key: 'summary', label: s__('Runners|Runner'), thClasses: ['gl-lg-w-25p'] }),
tableField({ key: 'version', label: __('Version') }),
tableField({ key: 'ipAddress', label: __('IP Address') }),
tableField({ key: 'ipAddress', label: __('IP') }),
tableField({ key: 'jobCount', label: __('Jobs') }),
tableField({ key: 'tagList', label: __('Tags'), thClasses: ['gl-lg-w-25p'] }),
tableField({ key: 'contactedAt', label: __('Last contact') }),
......
......@@ -18071,6 +18071,9 @@ msgstr ""
msgid "INFO: Your SSH key is expiring soon. Please generate a new key."
msgstr ""
msgid "IP"
msgstr ""
msgid "IP Address"
msgstr ""
......@@ -31177,9 +31180,6 @@ msgstr ""
msgid "Runners|Runner %{name} was deleted"
msgstr ""
msgid "Runners|Runner ID"
msgstr ""
msgid "Runners|Runner assigned to project."
msgstr ""
......
......@@ -46,9 +46,9 @@ describe('RunnerList', () => {
expect(headerLabels).toEqual([
'Status',
'Runner ID',
'Runner',
'Version',
'IP Address',
'IP',
'Jobs',
'Tags',
'Last contact',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment