mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-06-30 05:24:29 +02:00
User toggle for webconsole and enhanced filter
This commit is contained in:
parent
64cd174639
commit
10e456b202
8 changed files with 98 additions and 19 deletions
|
@ -156,6 +156,12 @@ def view_manage_user(request):
|
|||
<h4>Peer Groups</h4>
|
||||
<p>Select which peer groups this user can access. If no peer groups are selected, the user will have access to all peers.</p>
|
||||
|
||||
<h4>Console</h4>
|
||||
<p>Enable or disable web console access for this user.</p>
|
||||
|
||||
<h4>Enhanced Filter</h4>
|
||||
<p>This option filters the API status response to include only peers that the user has access to. Depending on the size of your environment, enabling this option may impact performance. To mitigate this, consider increasing the "Web Refresh Interval" to reduce the number of requests.</p>
|
||||
|
||||
'''
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue