Add ip network support to stats page

This commit is contained in:
shortcutme 2019-01-23 02:13:29 +01:00
parent 1824363f86
commit b3f2812191
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -69,6 +69,7 @@ class UiRequestPlugin(object):
yield "rev%s | " % config.rev yield "rev%s | " % config.rev
yield "%s | " % config.ip_external yield "%s | " % config.ip_external
yield "Port: %s | " % main.file_server.port yield "Port: %s | " % main.file_server.port
yield "IP Network: %s | " % main.file_server.supported_ip_types
yield "Opened: %s | " % main.file_server.port_opened yield "Opened: %s | " % main.file_server.port_opened
yield "Crypt: %s | " % CryptConnection.manager.crypt_supported yield "Crypt: %s | " % CryptConnection.manager.crypt_supported
yield "In: %.2fMB, Out: %.2fMB | " % ( yield "In: %.2fMB, Out: %.2fMB | " % (