Allow clearing resolved/failure actions in alert template
This commit is contained in:
parent
5f9c149e59
commit
60beea548b
|
@ -111,6 +111,7 @@
|
||||||
dense
|
dense
|
||||||
options-dense
|
options-dense
|
||||||
outlined
|
outlined
|
||||||
|
clearable
|
||||||
v-model="template.action"
|
v-model="template.action"
|
||||||
:options="scriptOptions"
|
:options="scriptOptions"
|
||||||
map-options
|
map-options
|
||||||
|
@ -174,6 +175,7 @@
|
||||||
dense
|
dense
|
||||||
options-dense
|
options-dense
|
||||||
outlined
|
outlined
|
||||||
|
clearable
|
||||||
v-model="template.resolved_action"
|
v-model="template.resolved_action"
|
||||||
:options="scriptOptions"
|
:options="scriptOptions"
|
||||||
map-options
|
map-options
|
||||||
|
|
Loading…
Reference in New Issue