feat(thresholds): adding a new form of thresholds options

This commit is contained in:
Torkel Ödegaard
2016-08-10 15:27:33 +02:00
parent 4fd8b2ace4
commit 0f8c8517e3
4 changed files with 194 additions and 113 deletions

View File

@@ -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;