From a31e7f799f264cd95c953a1673dfc1c8c1550bb1 Mon Sep 17 00:00:00 2001 From: jasonlee6789 Date: Tue, 17 Sep 2024 13:53:46 +0900 Subject: [PATCH 1/2] Fix: evcs cluster widget missing alias --- .../edge/live/Multiple/Evcs_Api_Cluster/Evcs_Api_Cluster.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/app/edge/live/Multiple/Evcs_Api_Cluster/Evcs_Api_Cluster.html b/ui/src/app/edge/live/Multiple/Evcs_Api_Cluster/Evcs_Api_Cluster.html index 7743c265a65..3001f74b20e 100644 --- a/ui/src/app/edge/live/Multiple/Evcs_Api_Cluster/Evcs_Api_Cluster.html +++ b/ui/src/app/edge/live/Multiple/Evcs_Api_Cluster/Evcs_Api_Cluster.html @@ -1,5 +1,5 @@ + [icon]="{name: 'oe-evcs', color: 'environmental'}" [title]="component.alias"> Date: Mon, 28 Oct 2024 08:26:03 +0900 Subject: [PATCH 2/2] fix: replace ?? with ||. to fis the missing alias. --- .../edge/live/Multiple/Evcs_Api_Cluster/Evcs_Api_Cluster.html | 2 +- .../app/edge/live/Multiple/Evcs_Api_Cluster/Evcs_Api_Cluster.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/app/edge/live/Multiple/Evcs_Api_Cluster/Evcs_Api_Cluster.html b/ui/src/app/edge/live/Multiple/Evcs_Api_Cluster/Evcs_Api_Cluster.html index 3001f74b20e..7743c265a65 100644 --- a/ui/src/app/edge/live/Multiple/Evcs_Api_Cluster/Evcs_Api_Cluster.html +++ b/ui/src/app/edge/live/Multiple/Evcs_Api_Cluster/Evcs_Api_Cluster.html @@ -1,5 +1,5 @@ + [icon]="{name: 'oe-evcs', color: 'environmental'}" [title]="alias | translate">