From 43d6187a0ad466ca2ebd96c2afa2915477447fc6 Mon Sep 17 00:00:00 2001 From: MishaZhem Date: Thu, 18 Jul 2024 19:00:22 +0300 Subject: [PATCH] chore: change electro --- .../components/Electro/electro.component.html | 26 +++++++++---------- .../components/Electro/electro.component.less | 10 +------ .../components/Electro/electro.component.ts | 4 +-- .../Electro}/electro.service.ts | 6 ++--- 4 files changed, 18 insertions(+), 28 deletions(-) rename apps/taiga-lumbermill/src/dashboards/iot/{data/services => components/Electro}/electro.service.ts (97%) diff --git a/apps/taiga-lumbermill/src/dashboards/iot/components/Electro/electro.component.html b/apps/taiga-lumbermill/src/dashboards/iot/components/Electro/electro.component.html index bd8114155..eadcb69fc 100644 --- a/apps/taiga-lumbermill/src/dashboards/iot/components/Electro/electro.component.html +++ b/apps/taiga-lumbermill/src/dashboards/iot/components/Electro/electro.component.html @@ -6,48 +6,48 @@

Data

Electricity bills

- + @@ -58,7 +58,7 @@ let-data >
- {{ dataElectro.getDate(data[0][0], dataElectro.range.from) }} + {{ electroService.getDate(data[0][0], electroService.range.from) }}