From 1c6ad040a4d4904d252b169d15bba8d1b1f427c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Mon, 30 Oct 2023 16:49:58 +0100 Subject: [PATCH] View fix --- .../layer-detail/layer-detail.component.html | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) 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 9535662..9adcde2 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 @@ -236,12 +236,42 @@ + + Value32 + {{row.value32 | number:'1.2-2'}} + + + Description1 {{row.desc1}} + + Description2 + {{row.desc2}} + + + + + Description3 + {{row.desc3}} + + + + + Description4 + {{row.desc4}} + + + + + Description5 + {{row.desc5}} + + +