bug fixes in datasets and dmps + description field

This commit is contained in:
annampak 2017-11-07 11:21:21 +02:00
parent 08310568a5
commit cba4d3a261
1 changed files with 4 additions and 0 deletions

View File

@ -115,6 +115,10 @@
<option *ngFor="let opt of statusDropDown.options" [value]="opt.key">{{opt.value}}</option>
</select>
</div>
<div class="form-group">
<label for="abbreviation-text" class="form-control-label">Description:</label>
<textarea rows="3" class="form-control" id="abbreviation-text" [(ngModel)]="dataset.description" name="description"></textarea>
</div>
<!-- <div class="form-group">
<label for="start-date" class="form-control-label">Properties:</label>
<input class="form-control" id="startDate-date" [(ngModel)]= "dataset.properties" name = "properties">