mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
9 lines
No EOL
495 B
Text
9 lines
No EOL
495 B
Text
<div class="form-group row">
|
|
<label class="col-form-label col-sm-3">
|
|
<b>{{ i18n("notification_endpoint.shell.shell_options") }}</b>
|
|
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#mattermost"><i class="fa-regular fa-circle-question"></i></a>
|
|
</label>
|
|
<div class="col-sm-7">
|
|
<input data-pattern="^[0-9 a-fA-Z-]{32}" name="shell_script_options" type="text" class="form-control"/>
|
|
</div>
|
|
</div> |