Changed back url from title to href attribute on anchor tags (Issue #5618)

This commit is contained in:
Vasilis Tako 2021-08-04 15:19:36 +02:00
parent 1d194213f7
commit 4da05360f8
23 changed files with 102 additions and 92 deletions

View file

@ -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",