ntopng/scripts/plugins/endpoints/shell_alert_endpoint/templates/shell_recipient.template

9 lines
No EOL
379 B
Text

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