mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
12 lines
664 B
Text
12 lines
664 B
Text
<div class="mb-3 row">
|
|
<label class="col-form-label col-sm-3">
|
|
<b>{{ i18n("notification_endpoint.wechat.url") }}</b>
|
|
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#wechat"><i class="fa-regular fa-circle-question"></i></a>
|
|
</label>
|
|
<div class="col-sm-7">
|
|
<input
|
|
data-validation-message="{{ i18n('notification_endpoint.wechat.validation.invalid_url') }}"
|
|
data-validation-empty-message="{{ i18n('notification_endpoint.wechat.validation.empty_url') }}"
|
|
data-pattern="https" name="wechat_url" type="text" class="form-control" required />
|
|
</div>
|
|
</div>
|