mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixes #89, switching between two templated (filtered) dashboards caused error
This commit is contained in:
parent
2214c0cdf8
commit
7d9141a055
@ -26,6 +26,7 @@ define([
|
||||
|
||||
self.list = dashboard.current.services.filter.list;
|
||||
self.time = dashboard.current.services.filter.time;
|
||||
self.filterTemplateData = undefined;
|
||||
|
||||
self.templateSettings = {
|
||||
interpolate : /\[\[([\s\S]+?)\]\]/g,
|
||||
|
Loading…
Reference in New Issue
Block a user