mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Added confirm modal when try to open all external links (Issue #5618)
This commit is contained in:
parent
8e22dd451e
commit
0b0107ab34
26 changed files with 142 additions and 93 deletions
|
|
@ -6,8 +6,8 @@ return {
|
|||
alert_format = "Format",
|
||||
content = "Content",
|
||||
description = "Host, Port and Protocol should be specified for remote syslog servers only.",
|
||||
description_ecs = "ECS (Elasticsearch Common Schema) format is documented <a href='%{url}' target='_blank'>here</a> <i class='%{icon}'></i>.",
|
||||
description_raw_json = "Raw JSON format is self-documented in the <a href='%{url}' target='_blank'>code</a> <i class='%{icon}'></i> and is meant to be used only by programmers who intend to programmatically process notifications.",
|
||||
description_ecs = "ECS (Elasticsearch Common Schema) format is documented <a title='%{url}' target='_blank'>here <i class='%{icon}'></i></a>.",
|
||||
description_raw_json = "Raw JSON format is self-documented in the <a title='%{url}' target='_blank'>code <i class='%{icon}'></i></a> and is meant to be used only by programmers who intend to programmatically process notifications.",
|
||||
host = "Host",
|
||||
port = "Port",
|
||||
protocol = "Protocol",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue