From 8b360dcc4ccb61ab4dee8f1ec25ed9370690b068 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 14 May 2024 16:28:49 +0200 Subject: [PATCH] fix clamav UI page and fix doc links --- clamav/ui/template.html | 14 +++++--------- coraza/ui/template.html | 2 +- crowdsec/ui/template.html | 2 +- discord/ui/template.html | 2 +- slack/ui/template.html | 2 +- virustotal/ui/template.html | 2 +- webhook/ui/template.html | 2 +- 7 files changed, 11 insertions(+), 15 deletions(-) diff --git a/clamav/ui/template.html b/clamav/ui/template.html index 8a54bde..381ed63 100644 --- a/clamav/ui/template.html +++ b/clamav/ui/template.html @@ -1,19 +1,15 @@ {% extends "base.html" %} -{% set read_doc_text = 'You will find more information about the clamav plugin in the documentation.' %} +{% set read_doc_text = 'You will find more information about the clamav plugin in the documentation.' %} {% block content %} -
{% if is_used %} - +
INFO
diff --git a/coraza/ui/template.html b/coraza/ui/template.html index 6fc6d6f..8f3ad6b 100644 --- a/coraza/ui/template.html +++ b/coraza/ui/template.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% set read_doc_text = 'You will find more information about the coraza plugin in the documentation.' %} +{% set read_doc_text = 'You will find more information about the coraza plugin in the documentation.' %} {% block content %} diff --git a/crowdsec/ui/template.html b/crowdsec/ui/template.html index ac5f0b1..7342e9b 100644 --- a/crowdsec/ui/template.html +++ b/crowdsec/ui/template.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% set read_doc_text = 'You will find more information about the crowdsec plugin in the documentation.' %} +{% set read_doc_text = 'You will find more information about the crowdsec plugin in the documentation.' %} {% block content %} diff --git a/discord/ui/template.html b/discord/ui/template.html index 37e6213..fa7e2dc 100644 --- a/discord/ui/template.html +++ b/discord/ui/template.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% set read_doc_text = 'You will find more information about the discord plugin in the documentation.' %} +{% set read_doc_text = 'You will find more information about the discord plugin in the documentation.' %} {% block content %} diff --git a/slack/ui/template.html b/slack/ui/template.html index befdf1a..31c5672 100644 --- a/slack/ui/template.html +++ b/slack/ui/template.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% set read_doc_text = 'You will find more information about the slack plugin in the documentation.' %} +{% set read_doc_text = 'You will find more information about the slack plugin in the documentation.' %} {% block content %} diff --git a/virustotal/ui/template.html b/virustotal/ui/template.html index 1373b37..4214d4c 100644 --- a/virustotal/ui/template.html +++ b/virustotal/ui/template.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% set read_doc_text = 'You will find more information about the virustotal plugin in the documentation.' %} +{% set read_doc_text = 'You will find more information about the virustotal plugin in the documentation.' %} {% block content %} diff --git a/webhook/ui/template.html b/webhook/ui/template.html index 911d0aa..b4886c2 100644 --- a/webhook/ui/template.html +++ b/webhook/ui/template.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% set read_doc_text = 'You will find more information about the webhook in the documentation.' %} +{% set read_doc_text = 'You will find more information about the webhook in the documentation.' %} {% block content %}