Commit df796e32 by Torkel Ödegaard

fixed issue with filtersrv refactoring and removing filter parameter

parent e2dae1f4
vNext vNext
- New Y-axis formater for metric values that represent seconds (Issue #427) - thx @jippi - New Y-axis formater for metric values that represent seconds (Issue #427) - thx @jippi
- Allow special characters in serie names (influxdb datasource), PR #390 - thx @majst01 - Allow special characters in serie names (influxdb datasource), PR #390 - thx @majst01
- Refactoring of filterSrv (Issue #428), thx @Tetha
# 1.5.4 (2014-05-13) # 1.5.4 (2014-05-13)
### New features and improvements ### New features and improvements
......
...@@ -93,7 +93,8 @@ define([ ...@@ -93,7 +93,8 @@ define([
}, },
removeTemplateParameter: function(templateParameter) { removeTemplateParameter: function(templateParameter) {
this.templateParameters = _.without( this.templateParameters, templateParameter ); this.templateParameters = _.without(this.templateParameters, templateParameter);
this.dashboard.services.filter.list = this.templateParameters;
}, },
init: function(dashboard) { init: function(dashboard) {
......
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