Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
test_register-front
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CSD
public
test_register-front
Commits
07e553fd
Commit
07e553fd
authored
4 years ago
by
nicolas
Browse files
Options
Downloads
Patches
Plain Diff
change base url to /front
parent
580f3dd3
No related branches found
Branches containing commit
No related tags found
Loading
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'
...
@@ -15,6 +15,7 @@ import { ElasticsearchComponent } from './elasticsearch/elasticsearch.component'
import
{
PublishApiComponent
}
from
'
./publishapi/publishapi.component
'
import
{
PublishApiComponent
}
from
'
./publishapi/publishapi.component
'
import
{
SearchComponent
}
from
'
./search/search.component
'
;
import
{
SearchComponent
}
from
'
./search/search.component
'
;
import
{
AccountLoginComponent
}
from
'
./account/login/account.login.component
'
;
import
{
AccountLoginComponent
}
from
'
./account/login/account.login.component
'
;
import
{
AppComponent
}
from
'
./app.component
'
;
const
routes
:
Routes
=
[
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 @@
...
@@ -12,6 +12,12 @@
<p
class=
"lorem"
>
<p
class=
"lorem"
>
Describe your repository api to access datasets
Describe your repository api to access datasets
</p>
</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=
"prev-button"
nbButton
disabled
nbStepperNext
>
prev
</button>
<button
class=
"next-button"
nbButton
nbStepperNext
>
next
</button>
<button
class=
"next-button"
nbButton
nbStepperNext
>
next
</button>
</nb-step>
</nb-step>
...
...
This diff is collapsed.
Click to expand it.
src/index.html
+
1
−
1
View file @
07e553fd
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<head>
<head>
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<title>
RegisterFront
</title>
<title>
RegisterFront
</title>
<base
href=
"/"
>
<base
href=
"/
front
"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"icon"
type=
"image/x-icon"
href=
"favicon.ico"
>
<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"
>
<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%
Loading
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