From 40407d72937b0c691a1f6e24af671bd5f9fc4165 Mon Sep 17 00:00:00 2001 From: Jordan Blasenhauer Date: Tue, 16 Apr 2024 18:09:50 +0200 Subject: [PATCH] add link to doc on core plugin pages --- src/common/core/antibot/ui/template.html | 3 ++- src/common/core/backup/ui/template.html | 3 ++- src/common/core/badbehavior/ui/template.html | 8 +++++++- src/common/core/blacklist/ui/template.html | 3 ++- src/common/core/bunkernet/ui/template.html | 3 ++- src/common/core/cors/ui/template.html | 3 ++- src/common/core/country/ui/template.html | 3 ++- src/common/core/dnsbl/ui/template.html | 3 ++- src/common/core/errors/ui/template.html | 3 ++- src/common/core/greylist/ui/template.html | 3 ++- src/common/core/limit/ui/template.html | 3 ++- src/common/core/misc/ui/template.html | 3 ++- src/common/core/redis/ui/template.html | 3 ++- src/common/core/reversescan/ui/template.html | 3 ++- src/common/core/whitelist/ui/template.html | 3 ++- src/ui/main.py | 1 + 16 files changed, 36 insertions(+), 15 deletions(-) diff --git a/src/common/core/antibot/ui/template.html b/src/common/core/antibot/ui/template.html index 52db29d5b..3e931e9bc 100644 --- a/src/common/core/antibot/ui/template.html +++ b/src/common/core/antibot/ui/template.html @@ -10,8 +10,9 @@
INFO
-

{{plugin.get('description')}}

+

{{plugin.get('description')}}

+

More information available in the documentation.

diff --git a/src/common/core/backup/ui/template.html b/src/common/core/backup/ui/template.html index 3c05c8a52..14c762ad9 100644 --- a/src/common/core/backup/ui/template.html +++ b/src/common/core/backup/ui/template.html @@ -10,8 +10,9 @@
INFO
-

{{ plugin.get("description") }}

+

{{plugin.get('description')}}

+

More information available in the documentation.

{% if pre_render["status"] and pre_render["status"] == "ko" or "error" in pre_render["data"] %} diff --git a/src/common/core/badbehavior/ui/template.html b/src/common/core/badbehavior/ui/template.html index f860c62b8..73306f477 100644 --- a/src/common/core/badbehavior/ui/template.html +++ b/src/common/core/badbehavior/ui/template.html @@ -10,8 +10,14 @@
INFO
-

{{plugin.get('description')}}

+

{{plugin.get('description')}}

+

More information available + + in the documentation + + . +

diff --git a/src/common/core/blacklist/ui/template.html b/src/common/core/blacklist/ui/template.html index c9f567b66..20515c792 100644 --- a/src/common/core/blacklist/ui/template.html +++ b/src/common/core/blacklist/ui/template.html @@ -10,8 +10,9 @@
INFO
-

{{plugin.get('description')}}

+

{{plugin.get('description')}}

+

More information available in the documentation.

diff --git a/src/common/core/bunkernet/ui/template.html b/src/common/core/bunkernet/ui/template.html index e8d9d6e58..99cab94cb 100644 --- a/src/common/core/bunkernet/ui/template.html +++ b/src/common/core/bunkernet/ui/template.html @@ -10,8 +10,9 @@
INFO
-

{{plugin.get('description')}}

+

{{plugin.get('description')}}

+

More information available in the documentation.

diff --git a/src/common/core/cors/ui/template.html b/src/common/core/cors/ui/template.html index c9f567b66..54247be39 100644 --- a/src/common/core/cors/ui/template.html +++ b/src/common/core/cors/ui/template.html @@ -10,8 +10,9 @@
INFO
-

{{plugin.get('description')}}

+

{{plugin.get('description')}}

+

More information available in the documentation.

diff --git a/src/common/core/country/ui/template.html b/src/common/core/country/ui/template.html index c9f567b66..6dbdee9c7 100644 --- a/src/common/core/country/ui/template.html +++ b/src/common/core/country/ui/template.html @@ -10,8 +10,9 @@
INFO
-

{{plugin.get('description')}}

+

{{plugin.get('description')}}

+

More information available in the documentation.

diff --git a/src/common/core/dnsbl/ui/template.html b/src/common/core/dnsbl/ui/template.html index c9f567b66..e8227ef62 100644 --- a/src/common/core/dnsbl/ui/template.html +++ b/src/common/core/dnsbl/ui/template.html @@ -10,8 +10,9 @@
INFO
-

{{plugin.get('description')}}

+

{{plugin.get('description')}}

+

More information available in the documentation.

diff --git a/src/common/core/errors/ui/template.html b/src/common/core/errors/ui/template.html index 2eeb2e656..0dfd5cc72 100644 --- a/src/common/core/errors/ui/template.html +++ b/src/common/core/errors/ui/template.html @@ -9,8 +9,9 @@
INFO
-

{{plugin.get('description')}}

+

{{plugin.get('description')}}

+

More information available in the documentation.

diff --git a/src/common/core/greylist/ui/template.html b/src/common/core/greylist/ui/template.html index c9f567b66..96fc3e820 100644 --- a/src/common/core/greylist/ui/template.html +++ b/src/common/core/greylist/ui/template.html @@ -10,8 +10,9 @@
INFO
-

{{plugin.get('description')}}

+

{{plugin.get('description')}}

+

More information available in the documentation.

diff --git a/src/common/core/limit/ui/template.html b/src/common/core/limit/ui/template.html index c9f567b66..2b3250985 100644 --- a/src/common/core/limit/ui/template.html +++ b/src/common/core/limit/ui/template.html @@ -10,8 +10,9 @@
INFO
-

{{plugin.get('description')}}

+

{{plugin.get('description')}}

+

More information available in the documentation.

diff --git a/src/common/core/misc/ui/template.html b/src/common/core/misc/ui/template.html index c9f567b66..75bfe92a3 100644 --- a/src/common/core/misc/ui/template.html +++ b/src/common/core/misc/ui/template.html @@ -10,8 +10,9 @@
INFO
-

{{plugin.get('description')}}

+

{{plugin.get('description')}}

+

More information available in the documentation.

diff --git a/src/common/core/redis/ui/template.html b/src/common/core/redis/ui/template.html index e8d9d6e58..4773a2b6a 100644 --- a/src/common/core/redis/ui/template.html +++ b/src/common/core/redis/ui/template.html @@ -10,8 +10,9 @@
INFO
-

{{plugin.get('description')}}

+

{{plugin.get('description')}}

+

More information available in the documentation.

diff --git a/src/common/core/reversescan/ui/template.html b/src/common/core/reversescan/ui/template.html index c9f567b66..55838e3f9 100644 --- a/src/common/core/reversescan/ui/template.html +++ b/src/common/core/reversescan/ui/template.html @@ -10,8 +10,9 @@
INFO
-

{{plugin.get('description')}}

+

{{plugin.get('description')}}

+

More information available in the documentation.

diff --git a/src/common/core/whitelist/ui/template.html b/src/common/core/whitelist/ui/template.html index c9f567b66..6a05291e3 100644 --- a/src/common/core/whitelist/ui/template.html +++ b/src/common/core/whitelist/ui/template.html @@ -10,8 +10,9 @@
INFO
-

{{plugin.get('description')}}

+

{{plugin.get('description')}}

+

More information available in the documentation.

diff --git a/src/ui/main.py b/src/ui/main.py index 2b15d6585..d86ea80a6 100755 --- a/src/ui/main.py +++ b/src/ui/main.py @@ -401,6 +401,7 @@ def inject_variables(): pro_expire=metadata["pro_expire"].strftime("%d-%m-%Y") if metadata["pro_expire"] else "Unknown", pro_overlapped=metadata["pro_overlapped"], plugins=app.config["CONFIG"].get_plugins(), + bw_version="1.5.7" )