Fix being able to delete autoconf services from UI (shouldn't be)

This commit is contained in:
Théophile Diot 2023-02-16 15:15:53 +01:00
parent 916caf2d6a
commit 7bf034fc9f
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@
</button>
{% if service["SERVER_NAME"]['method'] != "scheduler" %}
{% if service["SERVER_NAME"]['method'] == "ui" %}
<button
services-action="delete"
type="button"