Commit 7d9141a0 by Torkel Ödegaard

Fixes #89, switching between two templated (filtered) dashboards caused error

parent 2214c0cd
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment