Browse Source

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`.
master
Samesh Lakhotia 5 years ago committed by Alexey Velikiy
parent
commit
ff893d5a56
  1. 2
      src/panel/graph_panel/services/analytic_service.ts

2
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}"`,
]
);

Loading…
Cancel
Save