small fixes
This commit is contained in:
@@ -127,7 +127,7 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<rb-table class="samples-table">
|
||||
<rb-table class="samples-table" scrollTop ellipsis>
|
||||
<tr>
|
||||
<th *ngIf="validation">
|
||||
<rb-form-checkbox name="validate-all" (change)="selectAll($event)">all</rb-form-checkbox>
|
||||
@@ -213,7 +213,7 @@
|
||||
<tr><th>Comment</th><td>{{sampleDetailsSample.notes.comment | exists}}</td></tr>
|
||||
<tr *ngFor="let customField of sampleDetailsSample.notes.custom_fields_entries">
|
||||
<th>{{customField[0]}}</th>
|
||||
<td>{{customField[0]}}</td>
|
||||
<td>{{customField[1]}}</td>
|
||||
</tr>
|
||||
<tr *ngFor="let reference of sampleDetailsSample.notes.sample_references">
|
||||
<th>{{reference.relation}}</th>
|
||||
@@ -223,6 +223,10 @@
|
||||
</button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr *ngFor="let conditionField of sampleDetailsSample.condition_entries">
|
||||
<th>{{conditionField[0]}}</th>
|
||||
<td>{{conditionField[1]}}</td>
|
||||
</tr>
|
||||
<tr *ngFor="let measurement of sampleDetailsSample.measurement_entries">
|
||||
<th>{{measurement.name}}</th>
|
||||
<td>{{measurement.value}}</td>
|
||||
|
Reference in New Issue
Block a user