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
f8c31ba6
Commit
f8c31ba6
authored
Jan 22, 2020
by
Paul Gascou-Vaillancourt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use export icon instead of download in dependencies list
parent
6b4cdad7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
ee/app/assets/javascripts/dependencies/components/dependencies_actions.vue
...ascripts/dependencies/components/dependencies_actions.vue
+1
-1
ee/changelogs/unreleased/198059-dependency-list-export-icon.yml
...ngelogs/unreleased/198059-dependency-list-export-icon.yml
+6
-0
ee/spec/frontend/dependencies/components/__snapshots__/dependencies_actions_spec.js.snap
...omponents/__snapshots__/dependencies_actions_spec.js.snap
+1
-1
No files found.
ee/app/assets/javascripts/dependencies/components/dependencies_actions.vue
View file @
f8c31ba6
...
...
@@ -95,7 +95,7 @@ export default {
:title=
"s__('Dependencies|Export as JSON')"
class=
"js-download"
>
<icon
name=
"
download
"
/>
<icon
name=
"
export
"
/>
</gl-button>
</div>
</
template
>
ee/changelogs/unreleased/198059-dependency-list-export-icon.yml
0 → 100644
View file @
f8c31ba6
---
title
:
Use export icon instead of download for the export button in the Dependencies
List
merge_request
:
23094
author
:
type
:
changed
ee/spec/frontend/dependencies/components/__snapshots__/dependencies_actions_spec.js.snap
View file @
f8c31ba6
...
...
@@ -78,7 +78,7 @@ exports[`DependenciesActions component matches the snapshot 1`] = `
variant="secondary"
>
<icon-stub
name="
download
"
name="
export
"
size="16"
/>
</gl-button-stub>
...
...
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