From ea9596b4bcf7cb315b7c33b4652fff50d75e0877 Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Mon, 24 Feb 2025 16:01:09 -0300 Subject: [PATCH] Boxed layout --- templates/base.html | 83 +++++++++++++---------- templates/wireguard/wireguard_status.html | 2 +- 2 files changed, 50 insertions(+), 35 deletions(-) diff --git a/templates/base.html b/templates/base.html index 339397b..2fe5913 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,47 +1,62 @@ - - - {% if page_title %}{{page_title}} | {% endif %}wireguard-webadmin + + + {% if page_title %}{{page_title}} | {% endif %}wireguard-webadmin - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - + + + + + {% block page_custom_head %}{% endblock%} {% load custom_tags %} {% tag_webadmin_version as webadmin_version %} - +
diff --git a/templates/wireguard/wireguard_status.html b/templates/wireguard/wireguard_status.html index abe6bdf..a5917fc 100644 --- a/templates/wireguard/wireguard_status.html +++ b/templates/wireguard/wireguard_status.html @@ -23,7 +23,7 @@
{% for wireguard_instance in wireguard_instances %} -
+

wg{{ wireguard_instance.instance_id }} {% if wireguard_instance.name %}({{ wireguard_instance.name }}){% endif %}

Instance Traffic

No traffic history, please wait a few minutes