mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 17:30:11 +00:00
9 lines
No EOL
379 B
Text
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> |