diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 71b41e507d1e5524d61c6b3ec7101f3c4ace3c14..d77d13325aac8508666f68d2b91e34eb36930cc2 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -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 = [ diff --git a/src/app/publishapi/publishapi.component.html b/src/app/publishapi/publishapi.component.html index 6dc9589e7d51f7973822938e6a809899bd6b1cb7..1dcac66588012d515f310b067d5df891454602f9 100644 --- a/src/app/publishapi/publishapi.component.html +++ b/src/app/publishapi/publishapi.component.html @@ -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> diff --git a/src/index.html b/src/index.html index 1ca5d04f378f2edd0e11f64dbc2d68433a452ddd..5741efe31639c4d87c7666720f56ad525af67944 100644 --- a/src/index.html +++ b/src/index.html @@ -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">