mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Fixes documentation links
This commit is contained in:
parent
2f53ef5bcb
commit
78dc7cc2b2
39 changed files with 125 additions and 124 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<div class="mb-3 row">
|
||||
<label class="col-form-label col-sm-3">
|
||||
<b>{{ i18n("notification_endpoint.syslog.alert_format") }}</b>
|
||||
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#syslog"><i class="fa-regular fa-circle-question"></i></a>
|
||||
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#syslog"><i class="fa-regular fa-circle-question"></i></a>
|
||||
</label>
|
||||
<div class="col-sm-7">
|
||||
<select name="syslog_alert_format" class="form-select" required>
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
<div class="mb-3 row">
|
||||
<label class="col-form-label col-sm-3">
|
||||
{{ i18n("notification_endpoint.syslog.host") }}
|
||||
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#syslog"><i class="fa-regular fa-circle-question"></i></a>
|
||||
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#syslog"><i class="fa-regular fa-circle-question"></i></a>
|
||||
</label>
|
||||
<div class="col-sm-7">
|
||||
<input
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
<div class="mb-3 row">
|
||||
<label class="col-form-label col-sm-3">
|
||||
{{ i18n("notification_endpoint.syslog.port") }}
|
||||
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#syslog"><i class="fa-regular fa-circle-question"></i></a>
|
||||
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#syslog"><i class="fa-regular fa-circle-question"></i></a>
|
||||
</label>
|
||||
<div class="col-sm-7">
|
||||
<input
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
<div class="mb-3 row">
|
||||
<label class="col-form-label col-sm-3">
|
||||
<b>{{ i18n("notification_endpoint.syslog.protocol") }}</b>
|
||||
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/alerts/available_recipients.html#syslog"><i class="fa-regular fa-circle-question"></i></a>
|
||||
<a title="{{ i18n('help') }}" target="blank" href="https://www.ntop.org/guides/ntopng/user_interface/shared/alerts/available_endpoints.html#syslog"><i class="fa-regular fa-circle-question"></i></a>
|
||||
</label>
|
||||
<div class="col-sm-7">
|
||||
<select name="syslog_protocol" class="form-select">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue