Skip to content
Snippets Groups Projects

Fix/mapping

Merged Baptiste Toulemonde requested to merge fix/mapping into master
2 files
+ 18
13
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -5,9 +5,12 @@
<nb-card-header>Dataset metadata</nb-card-header>
<nb-card-body>
<div class="row">
<p>Upload Or fill out the form with the path corresponding to the dcat property and save a new file for next mappings:</p>
<button class="button-center" nbButton status="primary" (click)="openFileInputDialog()"><nb-icon icon="upload-outline"></nb-icon>Import file</button>
<input type="file" id="file" (change)="importJson($event)" accept=".json" />
<p>Upload Or fill out the form with the path corresponding to the dcat property and save a new
file for next mappings:</p>
<button class="button-center" nbButton status="primary" (click)="openFileInputDialog()">
<nb-icon icon="upload-outline"></nb-icon>Import file
</button>
<input type="file" id="file" (change)="importJson($event)" accept=".json" />
</div>
<ng-container *ngFor="let dataset of datasetModel; let index = index;trackBy:trackByIndex;">
@@ -78,7 +81,7 @@
</form>
<div class="card-row">
<div class="card-col">
<nb-card [nbSpinner]="loadingCr" nbSpinnerStatus="primary" nbSpinnerSize="large" nbSpinnerMessage="loading">
<nb-card [nbSpinner]="loadingCr" nbSpinnerStatus="primary" nbSpinnerSize="giant" nbSpinnerMessage="loading">
<nb-card-header>Map</nb-card-header>
<nb-card-body>
<nb-list>
Loading