From ff893d5a5622ef4606b91478a191b9bd75dcfe6e Mon Sep 17 00:00:00 2001 From: Samesh Lakhotia <43701530+sameshl@users.noreply.github.com> Date: Sun, 28 Jul 2019 15:04:31 +0530 Subject: [PATCH] update the 504(timeout) error message (#372) Changed `No connection to Hastic Server` message when 504 (timeout) error occurs to `Timeout when connecting to Hastic Server`. --- src/panel/graph_panel/services/analytic_service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panel/graph_panel/services/analytic_service.ts b/src/panel/graph_panel/services/analytic_service.ts index 835d936..6776d79 100644 --- a/src/panel/graph_panel/services/analytic_service.ts +++ b/src/panel/graph_panel/services/analytic_service.ts @@ -299,7 +299,7 @@ export class AnalyticService { appEvents.emit( 'alert-error', [ - 'No connection to Hastic Server', + 'Timeout when connecting to Hastic Server', `Hastic Datasource URL: "${this._hasticDatasourceURL}"`, ] );