Skip to content

Commit

Permalink
Fix #137
Browse files Browse the repository at this point in the history
- "No connection to hastic-server" alert: success -> error
  • Loading branch information
rozetko committed Feb 4, 2019
1 parent 1afe236 commit 66ccf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panel/graph_panel/services/analytic_service.ts
Expand Up @@ -200,7 +200,7 @@ export class AnalyticService {

private displayConnectionAlert() {
appEvents.emit(
'alert-success',
'alert-error',
[
'No connection to Hastic server',
`Hastic server: "${this._backendURL}"`,
Expand Down

0 comments on commit 66ccf4e

Please sign in to comment.