From 14eda839bcaf9fe87a7c623d355bf98e816b539d Mon Sep 17 00:00:00 2001 From: infosave2007 Date: Fri, 23 Jan 2026 19:08:41 +0300 Subject: [PATCH] feat: replace native confirm with custom modal to fix auto-close issue --- templates/layout.twig | 74 ++++++++++++++++++++++++++++++++++++ templates/servers/index.twig | 2 +- templates/servers/view.twig | 4 +- 3 files changed, 77 insertions(+), 3 deletions(-) diff --git a/templates/layout.twig b/templates/layout.twig index 2d8d7af..dab87d1 100644 --- a/templates/layout.twig +++ b/templates/layout.twig @@ -135,6 +135,28 @@
{% block content %}{% endblock %}
+ +