refactor(ui): cleanup toast messages
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 26 Feb 2024 23:49:09 +0000 (00:49 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 26 Feb 2024 23:49:09 +0000 (00:49 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
ui/web/src/composables/UIClient.ts

index 51d61f263f7788adcd45e930ef79103dbd92d883..963e0e4b868d2a577f8d92f3a83d8f9c987d83c1 100644 (file)
@@ -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`)
     }
   }