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
dd84bddd
Commit
dd84bddd
authored
Sep 12, 2020
by
nuwe1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace GlDeprecatedDropdown with Gldropdown
parent
ca82ee31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
ee/app/assets/javascripts/insights/components/insights.vue
ee/app/assets/javascripts/insights/components/insights.vue
+8
-8
No files found.
ee/app/assets/javascripts/insights/components/insights.vue
View file @
dd84bddd
...
...
@@ -2,8 +2,8 @@
import
{
mapActions
,
mapState
}
from
'
vuex
'
;
import
{
GlAlert
,
GlD
eprecatedD
ropdown
,
GlD
eprecatedD
ropdownItem
,
GlDropdown
,
GlDropdownItem
,
GlEmptyState
,
GlLoadingIcon
,
}
from
'
@gitlab/ui
'
;
...
...
@@ -16,8 +16,8 @@ export default {
GlLoadingIcon
,
InsightsPage
,
GlEmptyState
,
GlD
eprecatedD
ropdown
,
GlD
eprecatedD
ropdownItem
,
GlDropdown
,
GlDropdownItem
,
},
props
:
{
endpoint
:
{
...
...
@@ -130,7 +130,7 @@ export default {
</gl-alert>
</div>
<div
v-else-if=
"configPresent"
class=
"insights-wrapper"
>
<gl-d
eprecated-d
ropdown
<gl-dropdown
class=
"js-insights-dropdown w-100"
data-qa-selector=
"insights_dashboard_dropdown"
menu-class=
"w-100 mw-100"
...
...
@@ -138,14 +138,14 @@ export default {
:text=
"__('Select Page')"
:disabled=
"pageLoading"
>
<gl-d
eprecated-d
ropdown-item
<gl-dropdown-item
v-for=
"page in pages"
:key=
"page.scope"
class=
"w-100"
@
click=
"onChangePage(page.scope)"
>
{{
page
.
name
}}
</gl-d
eprecated-d
ropdown-item
>
{{
page
.
name
}}
</gl-dropdown-item
>
</gl-d
eprecated-d
ropdown>
</gl-dropdown>
<gl-alert
v-if=
"notice != ''"
>
{{
notice
}}
</gl-alert>
...
...
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