Added confirm modal when try to open all external links (Issue #5618)

This commit is contained in:
Vasilis Tako 2021-08-03 19:12:30 +02:00
parent 8e22dd451e
commit 0b0107ab34
26 changed files with 142 additions and 93 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 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",