Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
demo: fix non-working Grafana URL
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Sep 26, 2016
1 parent a17ddf3 commit 62a317d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/db/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ function initialize() {
})
.then(function() {
return g
.addDashboard('http://play.grafana.org/dashboard/db/templated-graphs-nested',
{ description: 'Templated graphs nested',
.addDashboard('http://play.grafana.org/dashboard/db/stats',
{ description: 'Stats',
timeout: 120 });
});
})
Expand Down

0 comments on commit 62a317d

Please sign in to comment.