ntopng/httpdocs/templates/pages/notifications/shell/shell_recipient.template

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>