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
57d03722
Commit
57d03722
authored
Apr 08, 2022
by
Austin Regnery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change variant to confirm
Changelog: changed EE: true
parent
18ad8ce2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
ee/app/assets/javascripts/environments_dashboard/components/dashboard/dashboard.vue
...environments_dashboard/components/dashboard/dashboard.vue
+2
-3
No files found.
ee/app/assets/javascripts/environments_dashboard/components/dashboard/dashboard.vue
View file @
57d03722
...
...
@@ -164,7 +164,6 @@ export default {
:title=
"$options.addProjectsModalHeader"
:ok-title=
"$options.addProjectsModalSubmit"
:ok-disabled=
"okDisabled"
ok-variant=
"success"
@
hidden=
"onModalHidden"
@
ok=
"onOk"
>
...
...
@@ -199,7 +198,7 @@ export default {
<h1
class=
"js-dashboard-title page-title text-nowrap flex-fill"
>
{{ $options.dashboardHeader }}
</h1>
<gl-button
v-gl-modal=
"$options.modalId"
class=
"js-add-projects-button"
variant=
"
success
"
>
<gl-button
v-gl-modal=
"$options.modalId"
class=
"js-add-projects-button"
variant=
"
confirm
"
>
{{ $options.addProjectsButton }}
</gl-button>
</div>
...
...
@@ -251,7 +250,7 @@ export default {
>
.
</
template
>
<
template
#actions
>
<gl-button
v-gl-modal=
"$options.modalId"
variant=
"
success
"
class=
"js-add-projects-button"
>
<gl-button
v-gl-modal=
"$options.modalId"
variant=
"
confirm
"
class=
"js-add-projects-button"
>
{{
s__
(
'
ModalButton|Add projects
'
)
}}
</gl-button>
</
template
>
...
...
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