From 68bd4f2b0aeec57c21096f42f200c31d25b27251 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Sun, 10 Aug 2025 00:14:25 +0330 Subject: [PATCH] feat(frontend): make external nodes table responsive --- core/scripts/webpanel/templates/settings.html | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/core/scripts/webpanel/templates/settings.html b/core/scripts/webpanel/templates/settings.html index b9f78eb..da42d18 100644 --- a/core/scripts/webpanel/templates/settings.html +++ b/core/scripts/webpanel/templates/settings.html @@ -236,16 +236,18 @@

External Nodes

- - - - - - - - - -
Node NameIP Address / DomainAction
+
+ + + + + + + + + +
Node NameIP Address / DomainAction
+
@@ -1416,4 +1418,4 @@ }); -{% endblock %} \ No newline at end of file +{% endblock %}