Enabled the possibility to add shell script options to shell endpoint

This commit is contained in:
MatteoBiscosi 2021-09-09 16:36:16 +02:00
parent 0c03b025ee
commit 82ef961bf6
4 changed files with 15 additions and 4 deletions

View file

@ -1 +1,9 @@
<div class="form-group row">
<label class="col-form-label col-sm-3">
<b>{{ i18n("shell_alert_endpoint.shell_options") }}</b>
</label>
<div class="col-sm-5">
<input data-pattern="^[0-9 a-fA-Z-]{32}" name="shell_script_options" type="text" class="form-control"/>
</div>
</div>
<small>{* i18n('shell_alert_endpoint.shell_description.option_description') *}</small>