Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFDS-register-front
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dad
FFDS-register-front
Commits
c9cb766a
Commit
c9cb766a
authored
4 years ago
by
cazenave
Browse files
Options
Downloads
Patches
Plain Diff
change menu
parent
07e553fd
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/app.component.html
+1
-1
1 addition, 1 deletion
src/app/app.component.html
src/app/app.component.ts
+10
-16
10 additions, 16 deletions
src/app/app.component.ts
with
11 additions
and
17 deletions
src/app/app.component.html
+
1
−
1
View file @
c9cb766a
...
...
@@ -6,7 +6,7 @@
<a
routerLink=
"/"
routerLinkActive=
"active"
>
<img
width=
"80"
alt=
"Angular Logo"
src=
"assets/images/logo.png"
/>
</a>
<h3
style=
"width: 100%;text-align: center;"
>
<strong>
Federated FAIR Data Space
</strong></h3>
<h3
style=
"width: 100%;text-align: center;"
>
<strong>
EOSC-Pillar
Federated FAIR Data Space
</strong></h3>
<nb-user
style=
"white-space: pre;"
name=
"Paulo Pimenta"
...
...
This diff is collapsed.
Click to expand it.
src/app/app.component.ts
+
10
−
16
View file @
c9cb766a
...
...
@@ -19,19 +19,7 @@ export class AppComponent {
pathMatch
:
'
full
'
},
{
title
:
'
Login
'
,
icon
:
'
person-outline
'
,
link
:
'
/login
'
,
pathMatch
:
'
full
'
},
{
title
:
'
Search
'
,
icon
:
'
search-outline
'
,
link
:
'
/simplesearch
'
,
pathMatch
:
'
full
'
},
{
title
:
'
Describe your repository
'
,
title
:
'
Integrate your repository
'
,
icon
:
'
cube-outline
'
,
children
:
[
...
...
@@ -47,12 +35,18 @@ export class AppComponent {
pathMatch
:
'
full
'
,
icon
:
'
text-outline
'
,
},
{
title
:
'
Describe access to datasets
'
,
icon
:
'
clipboard-outline
'
,
link
:
'
/publishapi
'
,
pathMatch
:
'
full
'
}
],
},
{
title
:
'
Describe access to datasets
'
,
icon
:
'
clipboard
-outline
'
,
link
:
'
/
publishapi
'
,
title
:
'
Search
'
,
icon
:
'
search
-outline
'
,
link
:
'
/
simplesearch
'
,
pathMatch
:
'
full
'
},
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment