mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-02-19 19:01:23 +00:00
Allow clearing resolved/failure actions in alert template
This commit is contained in:
@@ -111,6 +111,7 @@
|
||||
dense
|
||||
options-dense
|
||||
outlined
|
||||
clearable
|
||||
v-model="template.action"
|
||||
:options="scriptOptions"
|
||||
map-options
|
||||
@@ -174,6 +175,7 @@
|
||||
dense
|
||||
options-dense
|
||||
outlined
|
||||
clearable
|
||||
v-model="template.resolved_action"
|
||||
:options="scriptOptions"
|
||||
map-options
|
||||
@@ -696,4 +698,4 @@ export default {
|
||||
if (this.editing) Object.assign(this.template, this.alertTemplate);
|
||||
},
|
||||
};
|
||||
</script>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user