mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix conditional statement in services.html
This commit is contained in:
parent
4d23d01ca8
commit
065d6a5025
1 changed files with 1 additions and 1 deletions
2
src/ui/templates/services.html
vendored
2
src/ui/templates/services.html
vendored
|
|
@ -198,7 +198,7 @@
|
|||
}
|
||||
] %}
|
||||
{% if service["SERVER_NAME"]['method'] == "ui" %}
|
||||
{% set action_buttons = action_buttons.append({"name" : "delete", "label" : "delete service settings", "color" : "red-500"}) %}
|
||||
{% if action_buttons.append({"name" : "delete", "label" : "delete service settings", "color" : "red-500"}) %}{% endif %}
|
||||
{% endif %}
|
||||
{% for button in action_buttons %}
|
||||
<button data-services-action="{{ button['name'] }}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue