diff --git a/Frontend/src/app/modules/layers/layer-detail/layer-detail.component.html b/Frontend/src/app/modules/layers/layer-detail/layer-detail.component.html index a5fa331..62abc83 100644 --- a/Frontend/src/app/modules/layers/layer-detail/layer-detail.component.html +++ b/Frontend/src/app/modules/layers/layer-detail/layer-detail.component.html @@ -33,18 +33,20 @@ Code {{row.code}} + Value1 sum Value1 - {{row.value1}} + {{row.value1 | number:'1.2-2'}} + {{valueSum | number:'1.2-2'}} +
- {{valueSum}} \ No newline at end of file