mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(thresholds): adding a new form of thresholds options
This commit is contained in:
@@ -33,9 +33,6 @@ export class AlertTabCtrl {
|
||||
handlers = [{text: 'Grafana', value: 1}, {text: 'External', value: 0}];
|
||||
conditionTypes = [
|
||||
{text: 'Query', value: 'query'},
|
||||
{text: 'Other alert', value: 'other_alert'},
|
||||
{text: 'Time of day', value: 'time_of_day'},
|
||||
{text: 'Day of week', value: 'day_of_week'},
|
||||
];
|
||||
alert: any;
|
||||
conditionModels: any;
|
||||
|
||||
Reference in New Issue
Block a user