1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-17 06:52:27 +01:00

[bug] statistics graphs not working

This commit is contained in:
Sylvain 2016-10-24 09:31:29 +02:00
parent 861980951c
commit 91f70e2c47

View File

@ -362,6 +362,7 @@ Application.Controllers.controller "GraphsController", ["$scope", "$state", "$ro
"index": "stats"
"type": esType
"searchType": "count"
"stat-type": statType
"body": buildElasticAggregationsQuery(statType, $scope.display.interval, moment($scope.datePickerStart.selected), moment($scope.datePickerEnd.selected))
, (error, response) ->
if (error)