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
db0637b1
Commit
db0637b1
authored
Dec 16, 2020
by
Paul Gascou-Vaillancourt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrate to GlButton in health status dropdown
parent
7522baf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ee/app/assets/javascripts/sidebar/components/status/status.vue
...p/assets/javascripts/sidebar/components/status/status.vue
+4
-4
No files found.
ee/app/assets/javascripts/sidebar/components/status/status.vue
View file @
db0637b1
<
script
>
import
{
GlIcon
,
Gl
DeprecatedButton
as
Gl
Button
,
GlButton
,
GlLoadingIcon
,
GlTooltipDirective
as
GlTooltip
,
GlDropdownItem
,
...
...
@@ -151,7 +151,7 @@ export default {
<gl-button
ref=
"editButton"
variant=
"link"
class=
"edit-link btn-link-hover"
class=
"edit-link btn-link-hover
gl-text-black-normal!
"
:disabled=
"!isEditable"
@
click.stop=
"toggleFormDropdown"
@
keydown.esc=
"hideDropdown"
...
...
@@ -188,7 +188,7 @@ export default {
<gl-dropdown-item
@
click=
"handleDropdownClick(null)"
>
<gl-button
variant=
"link"
class=
"dropdown-item health-dropdown-item"
class=
"dropdown-item health-dropdown-item
gl-px-8!
"
:class=
"
{ 'is-active': isSelected(null) }"
>
{{
s__
(
'
Sidebar|No status
'
)
}}
...
...
@@ -204,7 +204,7 @@ export default {
>
<gl-button
variant=
"link"
class=
"dropdown-item health-dropdown-item"
class=
"dropdown-item health-dropdown-item
gl-px-8!
"
:class=
"
{ 'is-active': isSelected(option.key) }"
>
{{
option
.
value
}}
...
...
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