richtiges logo hinzugefügt
This commit is contained in:
parent
3d5840e098
commit
c2c424036a
4 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ UNIFI_PORT = int(os.getenv('UNIFI_PORT', 8443))
|
||||||
UNIFI_SSL_VERIFY = str_to_bool(os.getenv('UNIFI_SSL_VERIFY', 'True'))
|
UNIFI_SSL_VERIFY = str_to_bool(os.getenv('UNIFI_SSL_VERIFY', 'True'))
|
||||||
UNIFI_SITE_ID = os.getenv('UNIFI_SITE_ID', '')
|
UNIFI_SITE_ID = os.getenv('UNIFI_SITE_ID', '')
|
||||||
DEBUG = str_to_bool(os.getenv('DEBUG', 'False'))
|
DEBUG = str_to_bool(os.getenv('DEBUG', 'False'))
|
||||||
LOGO_FILE = os.getenv('LOGO_FILE', '/static/logo.png')
|
LOGO_FILE = os.getenv('LOGO_FILE', '/static/logo.jpg')
|
||||||
WIFI_ICON = os.getenv('WIFI_ICON', '/static/wifi-icon.png')
|
WIFI_ICON = os.getenv('WIFI_ICON', '/static/wifi-icon.png')
|
||||||
if DEBUG:
|
if DEBUG:
|
||||||
print("DEBUG mode is enabled.")
|
print("DEBUG mode is enabled.")
|
||||||
|
|
BIN
script/static/logo-lmn.jpg
Normal file
BIN
script/static/logo-lmn.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
BIN
script/static/logo.jpg
Normal file
BIN
script/static/logo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
Loading…
Add table
Reference in a new issue