mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 17:30:11 +00:00
Fix typo
This commit is contained in:
parent
adb44c771c
commit
8d8d824acf
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
<select name="syslog_alert_format" class="form-select" required>
|
||||
<option value="plaintext">{{ i18n("notification_endpoint.syslog.text") }}</option>
|
||||
<option value="plaintextrfc">{{ i18n("notification_endpoint.syslog.text") }} (RFC 5424)</option>
|
||||
<option value="json">Raw JSON2</option>
|
||||
<option value="json">Raw JSON</option>
|
||||
{%
|
||||
if ntop.isEnterpriseM() then
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue