mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-29 18:52:22 +01:00
[bug] statistics graphs not working
This commit is contained in:
parent
861980951c
commit
91f70e2c47
@ -362,6 +362,7 @@ Application.Controllers.controller "GraphsController", ["$scope", "$state", "$ro
|
|||||||
"index": "stats"
|
"index": "stats"
|
||||||
"type": esType
|
"type": esType
|
||||||
"searchType": "count"
|
"searchType": "count"
|
||||||
|
"stat-type": statType
|
||||||
"body": buildElasticAggregationsQuery(statType, $scope.display.interval, moment($scope.datePickerStart.selected), moment($scope.datePickerEnd.selected))
|
"body": buildElasticAggregationsQuery(statType, $scope.display.interval, moment($scope.datePickerStart.selected), moment($scope.datePickerEnd.selected))
|
||||||
, (error, response) ->
|
, (error, response) ->
|
||||||
if (error)
|
if (error)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user