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
88255ae1
Commit
88255ae1
authored
Aug 19, 2020
by
Michael Le
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to Pyjamas gl-button for remove icon button
parent
7ccd8dd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
ee/app/assets/javascripts/operations/components/dashboard/project_header.vue
...cripts/operations/components/dashboard/project_header.vue
+8
-9
No files found.
ee/app/assets/javascripts/operations/components/dashboard/project_header.vue
View file @
88255ae1
<
script
>
import
{
GlDeprecatedButton
,
GlLink
,
GlTooltipDirective
}
from
'
@gitlab/ui
'
;
import
Icon
from
'
~/vue_shared/components/icon.vue
'
;
import
{
GlButton
,
GlLink
,
GlTooltipDirective
}
from
'
@gitlab/ui
'
;
import
ProjectAvatar
from
'
~/vue_shared/components/project_avatar/default.vue
'
;
import
{
__
}
from
'
~/locale
'
;
export
default
{
components
:
{
Icon
,
ProjectAvatar
,
Gl
Deprecated
Button
,
GlButton
,
GlLink
,
},
directives
:
{
...
...
@@ -64,13 +62,14 @@ export default {
<span
class=
"js-project-name bold"
>
{{
project
.
name
}}
</span>
</gl-link>
</div>
<gl-
deprecated-
button
<gl-button
v-gl-tooltip
class=
"js-remove-button bg-transparent border-0 p-0 text-secondary"
class=
"js-remove-button"
category=
"tertiary"
:title=
"title"
:aria-label=
"title"
icon=
"remove"
@
click=
"onRemove"
>
<icon
name=
"remove"
/>
</gl-deprecated-button>
/>
</div>
</
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