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
db0d4c51
Commit
db0d4c51
authored
Aug 21, 2020
by
v_mishra
Committed by
Taurie Davis
Aug 21, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrate deprecated buttons for Epics - Show More
parent
d9424e5d
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/related_items_tree/components/tree_root.vue
...s/javascripts/related_items_tree/components/tree_root.vue
+4
-4
No files found.
ee/app/assets/javascripts/related_items_tree/components/tree_root.vue
View file @
db0d4c51
<
script
>
import
{
mapState
,
mapActions
}
from
'
vuex
'
;
import
{
Gl
Deprecated
Button
,
GlLoadingIcon
}
from
'
@gitlab/ui
'
;
import
{
GlButton
,
GlLoadingIcon
}
from
'
@gitlab/ui
'
;
import
TreeDragAndDropMixin
from
'
../mixins/tree_dd_mixin
'
;
...
...
@@ -8,7 +8,7 @@ import { ChildType } from '../constants';
export
default
{
components
:
{
Gl
Deprecated
Button
,
GlButton
,
GlLoadingIcon
,
},
mixins
:
[
TreeDragAndDropMixin
],
...
...
@@ -72,12 +72,12 @@ export default {
>
<tree-item
v-for=
"item in children"
:key=
"item.id"
:parent-item=
"parentItem"
:item=
"item"
/>
<li
v-if=
"hasMoreChildren"
class=
"tree-item list-item pt-0 pb-0 d-flex justify-content-center"
>
<gl-
deprecated-
button
<gl-button
v-if=
"!fetchInProgress"
class=
"d-inline-block mb-2"
variant=
"link"
@
click=
"handleShowMoreClick($event)"
>
{{
s__
(
'
Epics|Show more
'
)
}}
</gl-
deprecated-
button
>
{{
s__
(
'
Epics|Show more
'
)
}}
</gl-button
>
<gl-loading-icon
v-else
size=
"sm"
class=
"mt-1 mb-1"
/>
</li>
...
...
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