From c2176ba27d699bcd221a927593d962147e0fb559 Mon Sep 17 00:00:00 2001 From: shortcutme Date: Tue, 3 Apr 2018 14:40:29 +0200 Subject: [PATCH] Add current fileserver port to stats page --- plugins/Stats/StatsPlugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Stats/StatsPlugin.py b/plugins/Stats/StatsPlugin.py index 9a2db5a5..4b8cf5a3 100644 --- a/plugins/Stats/StatsPlugin.py +++ b/plugins/Stats/StatsPlugin.py @@ -68,6 +68,7 @@ class UiRequestPlugin(object): try: yield "rev%s | " % config.rev yield "%s | " % config.ip_external + yield "Port: %s | " % main.file_server.port yield "Opened: %s | " % main.file_server.port_opened yield "Crypt: %s | " % CryptConnection.manager.crypt_supported yield "In: %.2fMB, Out: %.2fMB | " % (