|
|
@@ -89,10 +89,10 @@ function (angular, _, kbn) {
|
|
|
func: target.function,
|
|
|
timeFilter: timeFilter,
|
|
|
interval: target.interval || options.interval,
|
|
|
- condition_add: target.condiction_filter ? target.condition_add : '',
|
|
|
- condition_key: target.condiction_filter ? target.condition_key : '',
|
|
|
- condition_op: target.condiction_filter ? target.condition_op : '',
|
|
|
- condition_value: target.condiction_filter ? target.condition_value : '',
|
|
|
+ condition_add: target.condition_filter ? target.condition_add : '',
|
|
|
+ condition_key: target.condition_filter ? target.condition_key : '',
|
|
|
+ condition_op: target.condition_filter ? target.condition_op : '',
|
|
|
+ condition_value: target.condition_filter ? target.condition_value : '',
|
|
|
group_add: target.groupby_field_add && target.groupby_field ? ',' : '',
|
|
|
group: target.groupby_field_add ? target.groupby_field : '',
|
|
|
};
|