Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dad
FFDS-register-front
Commits
07e553fd
Commit
07e553fd
authored
Nov 05, 2020
by
cazenave
Browse files
change base url to /front
parent
580f3dd3
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/app/app-routing.module.ts
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
=
[
...
...
src/app/publishapi/publishapi.component.html
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>
...
...
src/index.html
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"
>
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment