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
07e553fd
Commit
07e553fd
authored
4 years ago
by
cazenave
Browse files
Options
Downloads
Patches
Plain Diff
change base url to /front
parent
580f3dd3
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/app/app-routing.module.ts
+1
-0
1 addition, 0 deletions
src/app/app-routing.module.ts
src/app/publishapi/publishapi.component.html
+6
-0
6 additions, 0 deletions
src/app/publishapi/publishapi.component.html
src/index.html
+1
-1
1 addition, 1 deletion
src/index.html
with
8 additions
and
1 deletion
src/app/app-routing.module.ts
+
1
−
0
View file @
07e553fd
...
...
@@ -15,6 +15,7 @@ import { ElasticsearchComponent } from './elasticsearch/elasticsearch.component'
import
{
PublishApiComponent
}
from
'
./publishapi/publishapi.component
'
import
{
SearchComponent
}
from
'
./search/search.component
'
;
import
{
AccountLoginComponent
}
from
'
./account/login/account.login.component
'
;
import
{
AppComponent
}
from
'
./app.component
'
;
const
routes
:
Routes
=
[
...
...
This diff is collapsed.
Click to expand it.
src/app/publishapi/publishapi.component.html
+
6
−
0
View file @
07e553fd
...
...
@@ -12,6 +12,12 @@
<p
class=
"lorem"
>
Describe your repository api to access datasets
</p>
<label>
Choose your Repository
<select
class=
"form-control"
formControlName=
"repotype"
required
>
<option
value=
"1"
>
Inrae
</option>
>
<option
value=
"2"
>
Inrae-2
</option>
>
</select>
</label>
<button
class=
"prev-button"
nbButton
disabled
nbStepperNext
>
prev
</button>
<button
class=
"next-button"
nbButton
nbStepperNext
>
next
</button>
</nb-step>
...
...
This diff is collapsed.
Click to expand it.
src/index.html
+
1
−
1
View file @
07e553fd
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<title>
RegisterFront
</title>
<base
href=
"/"
>
<base
href=
"/
front
"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"favicon.ico"
>
<link
href=
"https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap"
rel=
"stylesheet"
>
...
...
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