From bf29fa2f92545015f8f1bc803edf4fcdbc9dccb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Wed, 26 Apr 2023 15:34:06 +0200 Subject: [PATCH] Show how many plugins there are correctly in the home page --- src/ui/templates/home.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ui/templates/home.html b/src/ui/templates/home.html index b51a9b1c6..818a11c41 100644 --- a/src/ui/templates/home.html +++ b/src/ui/templates/home.html @@ -150,7 +150,9 @@ > Plugins

-
{{ plugins_number }}
+
+ {{ config["CONFIG"].get_plugins()|length }} +

{{plugins_errors}}