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
824772c1
Commit
824772c1
authored
Oct 13, 2020
by
nuwe1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated changelog and apply suggestions to file
parent
ba5719a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
changelogs/unreleased/Replace-GlDeprecatedDropdown-with-GlDropdown-in-ee-app-assets-javascripts.yml
...Dropdown-with-GlDropdown-in-ee-app-assets-javascripts.yml
+1
-1
ee/app/assets/javascripts/insights/components/insights.vue
ee/app/assets/javascripts/insights/components/insights.vue
+1
-7
No files found.
changelogs/unreleased/Replace-GlDeprecatedDropdown-with-GlDropdown-in-ee-app-assets-javascripts.yml
View file @
824772c1
---
title
:
Replace
-GlDeprecatedDropdown-with-GlDropdown-in-ee/app/assets/javascripts/insights/components/insights.vue
title
:
Replace
`GlDeprecatedDropdown` with `GlDropdown` in `ee/app/assets/javascripts/insights/components/insights.vue`
merge_request
:
41442
author
:
nuwe1
type
:
other
ee/app/assets/javascripts/insights/components/insights.vue
View file @
824772c1
<
script
>
import
{
mapActions
,
mapState
}
from
'
vuex
'
;
import
{
GlAlert
,
GlDropdown
,
GlDropdownItem
,
GlEmptyState
,
GlLoadingIcon
,
}
from
'
@gitlab/ui
'
;
import
{
GlAlert
,
GlDropdown
,
GlDropdownItem
,
GlEmptyState
,
GlLoadingIcon
}
from
'
@gitlab/ui
'
;
import
{
EMPTY_STATE_TITLE
,
EMPTY_STATE_DESCRIPTION
,
EMPTY_STATE_SVG_PATH
}
from
'
../constants
'
;
import
InsightsPage
from
'
./insights_page.vue
'
;
...
...
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