From 7bf034fc9f4147649c60913a687848c328f8da88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Thu, 16 Feb 2023 15:15:53 +0100 Subject: [PATCH] Fix being able to delete autoconf services from UI (shouldn't be) --- src/ui/templates/services.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/templates/services.html b/src/ui/templates/services.html index 2f77f356e..d8b38b02f 100644 --- a/src/ui/templates/services.html +++ b/src/ui/templates/services.html @@ -352,7 +352,7 @@ - {% if service["SERVER_NAME"]['method'] != "scheduler" %} + {% if service["SERVER_NAME"]['method'] == "ui" %}