mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Changed back url from title to href attribute on anchor tags (Issue #5618)
This commit is contained in:
parent
1d194213f7
commit
4da05360f8
23 changed files with 102 additions and 92 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 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.",
|
||||
description_ecs = "ECS (Elasticsearch Common Schema) format is documented <a class='ntopng-external-link' href='%{url}' target='_blank'>here <i class='%{icon}'></i></a>.",
|
||||
description_raw_json = "Raw JSON format is self-documented in the <a class='ntopng-external-link' href='%{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