Commit 29a30968 authored by Nourdin el Bacha's avatar Nourdin el Bacha

Simplify the runners table headers

parent 1f2f7466
......@@ -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') }),
......
......@@ -17944,6 +17944,9 @@ msgstr ""
msgid "INFO: Your SSH key is expiring soon. Please generate a new key."
msgstr ""
msgid "IP"
msgstr ""
msgid "IP Address"
msgstr ""
......@@ -30984,9 +30987,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