|
|
@@ -9,7 +9,7 @@ import {
|
|
|
var alertQueryDef = new QueryPartDef({
|
|
|
type: 'query',
|
|
|
params: [
|
|
|
- {name: "queryRefId", type: 'string', options: ['A', 'B', 'C', 'D', 'E', 'F']},
|
|
|
+ {name: "queryRefId", type: 'string', dynamicLookup: true},
|
|
|
{name: "from", type: "string", options: ['1s', '10s', '1m', '5m', '10m', '15m', '1h']},
|
|
|
{name: "to", type: "string", options: ['now']},
|
|
|
],
|