From: Jérôme Benoit Date: Mon, 26 Feb 2024 23:49:09 +0000 (+0100) Subject: refactor(ui): cleanup toast messages X-Git-Tag: v1.2.38~37 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=182f84679517c8be5ebfa7b84a89fff6e355a415;p=e-mobility-charging-stations-simulator.git refactor(ui): cleanup toast messages Signed-off-by: Jérôme Benoit --- diff --git a/ui/web/src/composables/UIClient.ts b/ui/web/src/composables/UIClient.ts index 51d61f26..963e0e4b 100644 --- a/ui/web/src/composables/UIClient.ts +++ b/ui/web/src/composables/UIClient.ts @@ -176,7 +176,7 @@ export class UIClient { ) } this.ws.onclose = () => { - useToast().info(`WebSocket to UI server '${this.uiServerConfiguration.host}' closed`) + useToast().info(`WebSocket to UI server closed`) } }