From 92e00c84d6b76774e73336cf215373cb851dd353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Wed, 23 Aug 2023 20:58:53 +0200 Subject: [PATCH] Desc1 in LayerRecords --- .../modules/layers/layer-detail/layer-detail.component.html | 6 ++++++ Frontend/src/environments/environment.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 cd4b433..ecdafbf 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 @@ -47,6 +47,12 @@ {{valueSum | number:'1.2-2'}} + + Description1 + {{row.desc1}} + + + diff --git a/Frontend/src/environments/environment.ts b/Frontend/src/environments/environment.ts index bfda47e..b4ed8cc 100644 --- a/Frontend/src/environments/environment.ts +++ b/Frontend/src/environments/environment.ts @@ -15,7 +15,7 @@ export const environment = { }, views: { layers: { - recordColumns: "code|value1" + recordColumns: "code|value1|desc1" } } };