From 30f992f241f11692ee706c7447bcbfcb0071daba Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 18 Nov 2025 14:52:54 +0100 Subject: [PATCH] feat(ui): add backend reinstall button (#7305) Signed-off-by: Ettore Di Giacinto --- core/http/views/manage.html | 166 ++++++++++++++++++++++++++++++++++-- 1 file changed, 160 insertions(+), 6 deletions(-) diff --git a/core/http/views/manage.html b/core/http/views/manage.html index c9bc9f468..c4c583853 100644 --- a/core/http/views/manage.html +++ b/core/http/views/manage.html @@ -279,10 +279,22 @@
-

- - Installed Backends -

+
+

+ + Installed Backends +

+ {{ if gt (len .InstalledBackends) 0 }} + + {{ end }} +

{{len .InstalledBackends}} backend{{if gt (len .InstalledBackends) 1}}s{{end}} ready to use

@@ -324,7 +336,7 @@ {{ range .InstalledBackends }} - +
@@ -378,6 +390,13 @@
{{ if not .IsSystem }} +