From c46e3dd2711e80067215bc1c11f5f42910b31643 Mon Sep 17 00:00:00 2001 From: Iam54r1n4 Date: Fri, 7 Feb 2025 06:41:26 +0000 Subject: [PATCH] Implement validation|notification JS in /config endpoint --- core/scripts/webpanel/templates/config.html | 93 ++++++++++++++------- 1 file changed, 65 insertions(+), 28 deletions(-) diff --git a/core/scripts/webpanel/templates/config.html b/core/scripts/webpanel/templates/config.html index bb9ada4..5a309b2 100644 --- a/core/scripts/webpanel/templates/config.html +++ b/core/scripts/webpanel/templates/config.html @@ -6,32 +6,69 @@
- - + +
-
+
{% endblock %} -{% block javascripts%} +{% block javascripts %} {% endblock %} \ No newline at end of file