SLA over time (#764)

* Added "Functions" to IT Services editor panel

* Added support to IT Services graph over time
This commit is contained in:
JeferCatarina
2019-07-30 12:54:56 -03:00
committed by Alexander Zobnin
parent 15d76dc941
commit 2fac45c11b
4 changed files with 29 additions and 13 deletions

View File

@@ -323,8 +323,8 @@ export class ZabbixDatasource {
return this.zabbix.getITServices(itServiceFilter)
.then(itservices => {
return this.zabbix.getSLA(itservices, timeRange, target, options);
});
return this.zabbix.getSLA(itservices, timeRange, target, options);})
.then(itservicesdp => this.applyDataProcessingFunctions(itservicesdp, target));
}
queryTriggersData(target, timeRange) {