Commit ee68dd92 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch...

Merge branch '335301-update-runner-types-search-bar-to-use-instance-and-project-to-filter' into 'master'

Update runner types to "instance" and "project" in the runner search bar

See merge request gitlab-org/gitlab!65561
parents e3d071a2 53e951cd
......@@ -100,9 +100,9 @@ export default {
token: BaseToken,
unique: true,
options: [
{ value: INSTANCE_TYPE, title: s__('Runners|shared') },
{ value: INSTANCE_TYPE, title: s__('Runners|instance') },
{ value: GROUP_TYPE, title: s__('Runners|group') },
{ value: PROJECT_TYPE, title: s__('Runners|specific') },
{ value: PROJECT_TYPE, title: s__('Runners|project') },
],
// TODO We should support more complex search rules,
// search for multiple states (OR) or have NOT operators
......
......@@ -28311,6 +28311,12 @@ msgstr ""
msgid "Runners|group"
msgstr ""
msgid "Runners|instance"
msgstr ""
msgid "Runners|project"
msgstr ""
msgid "Runners|shared"
msgstr ""
......
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