diff --git a/templates/base.html b/templates/base.html index 23dd129..2d1d5b7 100644 --- a/templates/base.html +++ b/templates/base.html @@ -251,16 +251,26 @@ Your WireGuard settings have been modified. To apply these changes, please update the configuration and reload the WireGuard service.
- Update and restart service - Update and reload service + Update and restart service + + Update and reload service
{% endif %} - - - {% block content %}{% endblock %} diff --git a/templates/user_manager/list.html b/templates/user_manager/list.html index be45bb0..919e7f9 100644 --- a/templates/user_manager/list.html +++ b/templates/user_manager/list.html @@ -1,15 +1,14 @@ {% extends "base.html" %} {% block content %} -Username | User Level | Peer Groups | -- | - | + | Permissions | ++ {% if user_acl.enable_restart %} + + {% endif %} + | ++ {% if user_acl.enable_reload %} + + {% endif %} + | +{% if user_acl.enable_console %} {% endif %} | +{% if user_acl.enable_enhanced_filter %} {% endif %} | +diff --git a/templates/wireguard/wireguard_status.html b/templates/wireguard/wireguard_status.html index a31aef7..c470677 100644 --- a/templates/wireguard/wireguard_status.html +++ b/templates/wireguard/wireguard_status.html @@ -7,8 +7,21 @@ |
---|