Commit e1d66605 authored by Phil Hughes's avatar Phil Hughes

Merge branch '8621-remove-env-modal' into 'master'

Removes environment name from Feature Flag modal box

See merge request gitlab-org/gitlab-ee!9262
parents 7a4a664a eec7ba00
......@@ -42,17 +42,3 @@
placement: "left",
container: '#configure-feature-flags-modal',
class: "input-group-text btn btn-default")
.form-group
= label_tag :application_name, s_('FeatureFlags|Application name'), class: 'label-bold'
.input-group
= text_field_tag :application_name,
"production",
readonly: true,
class: "form-control js-select-on-focus"
%span.input-group-append
= clipboard_button(target: '#application_name',
title: _("Copy name to clipboard"),
placement: "left",
container: '#configure-feature-flags-modal',
class: "input-group-text btn btn-default")
......@@ -2634,9 +2634,6 @@ msgstr ""
msgid "Copy link"
msgstr ""
msgid "Copy name to clipboard"
msgstr ""
msgid "Copy reference to clipboard"
msgstr ""
......@@ -3740,9 +3737,6 @@ msgstr ""
msgid "FeatureFlags|Active"
msgstr ""
msgid "FeatureFlags|Application name"
msgstr ""
msgid "FeatureFlags|Configure"
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