diff --git a/plugins/panel-triggers/module.js b/plugins/panel-triggers/module.js index 2b6b076..0894f1b 100644 --- a/plugins/panel-triggers/module.js +++ b/plugins/panel-triggers/module.js @@ -94,7 +94,7 @@ function (angular, app, _, $, config, PanelMeta) { // Get zabbix data sources var datasources = _.filter(datasourceSrv.getMetricSources(), function(datasource) { - return datasource.meta.type === 'zabbix'; + return datasource.meta.id === 'zabbix'; }); $scope.datasources = _.map(datasources, 'name');