From 3e5f0b1d0eb0cd28c0932910f373ce22cdd5d22f Mon Sep 17 00:00:00 2001 From: tomasz1986 Date: Thu, 31 Aug 2023 07:22:24 +0200 Subject: [PATCH] gui: Show in GUI if limitBandwidthInLan is enabled (#9062) --- gui/default/assets/lang/lang-en.json | 1 + gui/default/index.html | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/gui/default/assets/lang/lang-en.json b/gui/default/assets/lang/lang-en.json index 6c205ec0d..1c0b99fd4 100644 --- a/gui/default/assets/lang/lang-en.json +++ b/gui/default/assets/lang/lang-en.json @@ -30,6 +30,7 @@ "An external command handles the versioning. It has to remove the file from the shared folder. If the path to the application contains spaces, it should be quoted.": "An external command handles the versioning. It has to remove the file from the shared folder. If the path to the application contains spaces, it should be quoted.", "Anonymous Usage Reporting": "Anonymous Usage Reporting", "Anonymous usage report format has changed. Would you like to move to the new format?": "Anonymous usage report format has changed. Would you like to move to the new format?", + "Applied to LAN": "Applied to LAN", "Apply": "Apply", "Are you sure you want to override all remote changes?": "Are you sure you want to override all remote changes?", "Are you sure you want to permanently delete all these files?": "Are you sure you want to permanently delete all these files?", diff --git a/gui/default/index.html b/gui/default/index.html index 752950785..c3bf309e6 100644 --- a/gui/default/index.html +++ b/gui/default/index.html @@ -661,6 +661,9 @@ Limit: {{config.options.maxRecvKbps*1024 | binary}}B/s {{config.options.maxRecvKbps*1024*8 | metric}}bps + + (Applied to LAN) + @@ -677,6 +680,9 @@ Limit: {{config.options.maxSendKbps*1024 | binary}}B/s {{config.options.maxSendKbps*1024*8 | metric}}bps + + (Applied to LAN) +