mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-06-28 20:50:07 +02:00
- Improved peer's throughput display format
- Impreved text alignment of peer list on resize.
This commit is contained in:
parent
f42cbf9451
commit
59539cf696
2 changed files with 45 additions and 16 deletions
|
@ -134,6 +134,6 @@ STATICFILES_DIRS = [
|
|||
DNS_CONFIG_FILE = '/etc/dnsmasq/wireguard_webadmin_dns.conf'
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||
|
||||
WIREGUARD_WEBADMIN_VERSION = 9955
|
||||
WIREGUARD_WEBADMIN_VERSION = 9956
|
||||
|
||||
from wireguard_webadmin.production_settings import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue