From de6fe4dc6fa6ab0c4e5e3e9c41c1e29e8b5e6505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Colomb?= Date: Tue, 1 Jun 2021 18:04:11 +0200 Subject: [PATCH] gui: Show ID under each device section (local / remote), clickable for QR code (#7728) --- gui/default/assets/lang/lang-en.json | 2 ++ gui/default/index.html | 18 +++++++++++++++++- .../syncthing/core/syncthingController.js | 16 ++++++++++++++-- 3 files changed, 33 insertions(+), 3 deletions(-) diff --git a/gui/default/assets/lang/lang-en.json b/gui/default/assets/lang/lang-en.json index 4e1c1fe4f..8fbbf983f 100644 --- a/gui/default/assets/lang/lang-en.json +++ b/gui/default/assets/lang/lang-en.json @@ -45,6 +45,7 @@ "Cleaning Versions": "Cleaning Versions", "Cleanup Interval": "Cleanup Interval", "Click to see discovery failures": "Click to see discovery failures", + "Click to see full identification string and QR code.": "Click to see full identification string and QR code.", "Close": "Close", "Command": "Command", "Comment, when used at the start of a line": "Comment, when used at the start of a line", @@ -153,6 +154,7 @@ "Help": "Help", "Home page": "Home page", "However, your current settings indicate you might not want it enabled. We have disabled automatic crash reporting for you.": "However, your current settings indicate you might not want it enabled. We have disabled automatic crash reporting for you.", + "Identification": "Identification", "If untrusted, enter encryption password": "If untrusted, enter encryption password", "If you want to prevent other users on this computer from accessing Syncthing and through it your files, consider setting up authentication.": "If you want to prevent other users on this computer from accessing Syncthing and through it your files, consider setting up authentication.", "Ignore": "Ignore", diff --git a/gui/default/index.html b/gui/default/index.html index eced15766..9758f3763 100644 --- a/gui/default/index.html +++ b/gui/default/index.html @@ -102,7 +102,7 @@