Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
FAIDARE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
urgi-is
FAIDARE
Merge requests
!87
feat: maps in cards
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat: maps in cards
feat/maps
into
epic/merge-faidare-dd
Overview
3
Commits
2
Pipelines
0
Changes
19
Merged
Jean-Baptiste Nizet
requested to merge
feat/maps
into
epic/merge-faidare-dd
3 years ago
Overview
3
Commits
2
Pipelines
0
Changes
5
Expand
On top of
!86 (merged)
0
0
Merge request reports
Compare
version 3
version 3
1fd79b03
3 years ago
version 2
1fd79b03
3 years ago
version 1
6ebb21d8
3 years ago
epic/merge-faidare-dd (base)
and
latest version
latest version
712d39ef
2 commits,
3 years ago
version 3
1fd79b03
3 commits,
3 years ago
version 2
1fd79b03
13 commits,
3 years ago
version 1
6ebb21d8
13 commits,
3 years ago
Show latest version
5 files
+
6
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
backend/src/main/java/fr/inra/urgi/faidare/web/site/SiteModel.java
+
1
−
1
Options
@@ -13,7 +13,7 @@ import fr.inra.urgi.faidare.domain.datadiscovery.data.DataSource;
import
fr.inra.urgi.faidare.domain.xref.XRefDocumentVO
;
/**
* The model used
p
y the site page
* The model used
b
y the site page
* @author JB Nizet
*/
public
final
class
SiteModel
{
Loading