Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
views_data_export
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
views_data_export
Merge requests
!31
An error occurred while fetching the assigned milestone of the selected merge_request.
Add automatic local actions
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Add automatic local actions
issue/views_data_export-3414095:3414095-add-export-links
into
8.x-1.x
Overview
0
Commits
16
Pipelines
3
Changes
18
Open
Dieter Holvoet
requested to merge
issue/views_data_export-3414095:3414095-add-export-links
into
8.x-1.x
1 year ago
Overview
0
Commits
16
Pipelines
3
Changes
18
Expand
Closes
#3414095
0
0
Merge request reports
Compare
8.x-1.x
version 15
677a9e79
4 months ago
version 14
97fb4b6b
5 months ago
version 13
001b6421
11 months ago
version 12
f4b847ac
1 year ago
version 11
8d6275e3
1 year ago
version 10
c7ecf070
1 year ago
version 9
96d95845
1 year ago
version 8
305ae524
1 year ago
version 7
a135f770
1 year ago
version 6
c1907ea6
1 year ago
version 5
2946b3ea
1 year ago
version 4
6be7941c
1 year ago
version 3
4cfe41af
1 year ago
version 2
e66c361a
1 year ago
version 1
3154a33a
1 year ago
8.x-1.x (HEAD)
and
latest version
latest version
f28d5fc2
16 commits,
1 month ago
version 15
677a9e79
18 commits,
4 months ago
version 14
97fb4b6b
17 commits,
5 months ago
version 13
001b6421
16 commits,
11 months ago
version 12
f4b847ac
15 commits,
1 year ago
version 11
8d6275e3
14 commits,
1 year ago
version 10
c7ecf070
13 commits,
1 year ago
version 9
96d95845
12 commits,
1 year ago
version 8
305ae524
10 commits,
1 year ago
version 7
a135f770
8 commits,
1 year ago
version 6
c1907ea6
6 commits,
1 year ago
version 5
2946b3ea
5 commits,
1 year ago
version 4
6be7941c
4 commits,
1 year ago
version 3
4cfe41af
3 commits,
1 year ago
version 2
e66c361a
2 commits,
1 year ago
version 1
3154a33a
1 commit,
1 year ago
18 files
+
145
−
109
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
18
Search (e.g. *.vue) (Ctrl+P)
css/views_data_export.css deleted
100644 → 0
+
0
−
26
Options
.views-data-export-feed
{
display
:
inline
;
}
.views-data-export-feed
.feed-icon
{
display
:
block
;
overflow
:
hidden
;
width
:
36px
;
text-indent
:
-9999px
;
background
:
no-repeat
;
}
.json-feed
.feed-icon
{
background-image
:
url(../images/json.png)
;
}
.xml-feed
.feed-icon
{
background-image
:
url(../images/xml.png)
;
}
.csv-feed
.feed-icon
{
background-image
:
url(../images/csv.png)
;
}
.xls-feed
.feed-icon
{
background-image
:
url(../images/xls.png)
;
}
.xlsx-feed
.feed-icon
{
width
:
43px
;
background-image
:
url(../images/xlsx.png)
;
}
Loading