Fix layer index
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Willem Dantuma
2020-05-26 18:19:46 +02:00
parent 0fb71a9227
commit 7b29ca28d9
5 changed files with 9 additions and 12 deletions

View File

@@ -28,7 +28,7 @@
<td colspan="4" *ngIf="showConfidenceInterval()"> </td>
</tr>
<tr *ngIf="showConfidenceInterval()">
<td colspan="4"><span i18n>Confidence interval:</span>{{layer.renderer.band.histogram.confidence * 100| number:'1.0-0'}} </td>
<td colspan="4" class="pb-2 pt-2"><span i18n>Confidence interval:</span> {{layer.renderer.band.histogram.confidence * 100| number:'1.0-0'}}% </td>
</tr>
</table>