Merge branch 'app-zabbix' into develop

Conflicts:
	src/datasource-zabbix/plugin.json
	src/panel-triggers/plugin.json
This commit is contained in:
Alexander Zobnin
2016-03-31 19:24:18 +03:00
8 changed files with 73 additions and 5 deletions

View File

@@ -212,7 +212,7 @@ class TriggerPanelCtrl extends MetricsPanelCtrl {
}
}
TriggerPanelCtrl.templateUrl = 'module.html';
TriggerPanelCtrl.templateUrl = 'panel-triggers/module.html';
function filterTriggers(triggers, triggerFilter) {
if (isRegex(triggerFilter)) {