Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8f466f7a
Commit
8f466f7a
authored
Dec 02, 2020
by
Shinya Maeda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply 2 suggestion(s) to 2 file(s)
parent
e5b4bb1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/assets/javascripts/feature_flags/components/edit_feature_flag.vue
...avascripts/feature_flags/components/edit_feature_flag.vue
+1
-1
app/assets/javascripts/feature_flags/components/new_feature_flag.vue
...javascripts/feature_flags/components/new_feature_flag.vue
+1
-1
No files found.
app/assets/javascripts/feature_flags/components/edit_feature_flag.vue
View file @
8f466f7a
...
...
@@ -4,7 +4,7 @@ import { mapState, mapActions } from 'vuex';
import
axios
from
'
~/lib/utils/axios_utils
'
;
import
{
sprintf
,
s__
}
from
'
~/locale
'
;
import
glFeatureFlagMixin
from
'
~/vue_shared/mixins/gl_feature_flags_mixin
'
;
import
{
LEGACY_FLAG
,
NEW_FLAG_ALERT
}
from
'
../constants
'
;
import
{
LEGACY_FLAG
}
from
'
../constants
'
;
import
FeatureFlagForm
from
'
./form.vue
'
;
export
default
{
...
...
app/assets/javascripts/feature_flags/components/new_feature_flag.vue
View file @
8f466f7a
...
...
@@ -2,7 +2,7 @@
import
{
mapState
,
mapActions
}
from
'
vuex
'
;
import
axios
from
'
~/lib/utils/axios_utils
'
;
import
FeatureFlagForm
from
'
./form.vue
'
;
import
{
NEW_VERSION_FLAG
,
NEW_FLAG_ALERT
,
ROLLOUT_STRATEGY_ALL_USERS
}
from
'
../constants
'
;
import
{
NEW_VERSION_FLAG
,
ROLLOUT_STRATEGY_ALL_USERS
}
from
'
../constants
'
;
import
{
createNewEnvironmentScope
}
from
'
../store/helpers
'
;
import
featureFlagsMixin
from
'
~/vue_shared/mixins/gl_feature_flags_mixin
'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment