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
2869b838
Commit
2869b838
authored
Feb 25, 2021
by
yo
Committed by
Yogi
Mar 01, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to btn-confirm
parent
1a7df600
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
app/assets/javascripts/feature_flags/components/feature_flags.vue
...ts/javascripts/feature_flags/components/feature_flags.vue
+4
-4
No files found.
app/assets/javascripts/feature_flags/components/feature_flags.vue
View file @
2869b838
...
...
@@ -213,7 +213,7 @@ export default {
<gl-button
v-if=
"newUserListPath"
:href=
"newUserListPath"
variant=
"
success
"
variant=
"
confirm
"
category=
"secondary"
class=
"gl-mb-3"
data-testid=
"ff-new-list-button"
...
...
@@ -224,7 +224,7 @@ export default {
<gl-button
v-if=
"hasNewPath"
:href=
"featureFlagsLimitExceeded ? '' : newFeatureFlagPath"
variant=
"
success
"
variant=
"
confirm
"
data-testid=
"ff-new-button"
@
click=
"onNewFeatureFlagCLick"
>
...
...
@@ -301,7 +301,7 @@ export default {
<gl-button
v-if=
"newUserListPath"
:href=
"newUserListPath"
variant=
"
success
"
variant=
"
confirm
"
category=
"secondary"
class=
"gl-mb-0 gl-mr-4"
data-testid=
"ff-new-list-button"
...
...
@@ -312,7 +312,7 @@ export default {
<gl-button
v-if=
"hasNewPath"
:href=
"featureFlagsLimitExceeded ? '' : newFeatureFlagPath"
variant=
"
success
"
variant=
"
confirm
"
data-testid=
"ff-new-button"
@
click=
"onNewFeatureFlagCLick"
>
...
...
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