starting some ajax
This commit is contained in:
@@ -108,6 +108,7 @@ def alert_get_stats(alert,nperiod=0):
|
||||
'nr_strokes':0,
|
||||
'nr_strokes_qualifying':0,
|
||||
'percentage':0,
|
||||
'nperiod':nperiod,
|
||||
}
|
||||
|
||||
# check if filters are in columns list
|
||||
@@ -139,6 +140,7 @@ def alert_get_stats(alert,nperiod=0):
|
||||
'nr_strokes':0,
|
||||
'nr_strokes_qualifying':0,
|
||||
'percentage':0,
|
||||
'nperiod':nperiod,
|
||||
}
|
||||
|
||||
|
||||
@@ -175,6 +177,7 @@ def alert_get_stats(alert,nperiod=0):
|
||||
'nr_strokes':nr_strokes,
|
||||
'nr_strokes_qualifying':nr_strokes_qualifying,
|
||||
'percentage': percentage,
|
||||
'nperiod':nperiod,
|
||||
}
|
||||
|
||||
# run alert report
|
||||
|
||||
Reference in New Issue
Block a user