Skip to content
Snippets Groups Projects

delete fdp & smartharvester settings: config from environement and get user...

Merged Baptiste Toulemonde requested to merge feature/mapping into master
24 files
+ 120
69
Compare changes
  • Side-by-side
  • Inline
Files
24
<form [formGroup]="Form" (ngSubmit)="swaggertoyaml(buttonType)">
<form [formGroup]="Form" >
<label>Upload and fill form width repository description file: </label><br>
<label>Upload and fill form width repository description file: </label><br>
<input type="file" id="repofile" name="repofile " class="btn btn-primary" (change)="swaggertoyaml('fill')" ><br>
<input type="file" id="repofile" name="repofile " class="btn btn-primary" (change)="swaggertoyaml('fill')" ><br>
Loading