diff --git a/gui/assets/css/overrides.css b/gui/assets/css/overrides.css index 4ddc3116d..b2b2d1b96 100644 --- a/gui/assets/css/overrides.css +++ b/gui/assets/css/overrides.css @@ -68,7 +68,7 @@ identicon { } .panel-heading .glyphicon { - margin-right: 15px; + margin-right: 10px; } .panel-heading { diff --git a/gui/assets/lang/lang-en.json b/gui/assets/lang/lang-en.json index 9c816f975..d25501877 100644 --- a/gui/assets/lang/lang-en.json +++ b/gui/assets/lang/lang-en.json @@ -2,6 +2,7 @@ "A new major version may not be compatible with previous versions.": "A new major version may not be compatible with previous versions.", "API Key": "API Key", "About": "About", + "Actions": "Actions", "Add": "Add", "Add Device": "Add Device", "Add Folder": "Add Folder", @@ -62,6 +63,7 @@ "Global Discovery": "Global Discovery", "Global Discovery Server": "Global Discovery Server", "Global State": "Global State", + "Help": "Help", "Ignore": "Ignore", "Ignore Patterns": "Ignore Patterns", "Ignore Permissions": "Ignore Permissions", diff --git a/gui/index.html b/gui/index.html index fee3d7a1e..f11e81ff0 100644 --- a/gui/index.html +++ b/gui/index.html @@ -34,27 +34,33 @@
The configuration has been saved but not activated. Syncthing must restart to activate the new configuration.
{{err.time | date:"yyyy-MM-dd HH:mm:ss"}}: {{friendlyDevices(err.error)}}
Folder Path | +Folder Path | {{folder.path}} |
---|---|---|
Error | +Error | {{model[folder.id].invalid || model[folder.id].error}} |
Global State | +Global State | {{model[folder.id].globalFiles | alwaysNumber}} items, ~{{model[folder.id].globalBytes | binary}}B |
Local State | +Local State | {{model[folder.id].localFiles | alwaysNumber}} items, ~{{model[folder.id].localBytes | binary}}B |
Out Of Sync | +Out Of Sync | {{model[folder.id].needFiles | alwaysNumber}} items, ~{{model[folder.id].needBytes | binary}}B |
Folder Master | +Folder Master | Yes |
Ignore Patterns | +Ignore Patterns | Yes |
Ignore Permissions | +Ignore Permissions | Yes |
Rescan Interval | +Rescan Interval | {{folder.rescanIntervalS}} s |
File Pull Order | +File Pull Order | Random Alphabetic @@ -251,7 +257,7 @@ |
File Versioning | +File Versioning | Staggered File Versioning Simple File Versioning @@ -259,11 +265,11 @@ |
Shared With | +Shared With | {{sharesFolder(folder)}} |
Last File Received | +Last File Received | {{folderStats[folder.id].lastFile.filename | basename}} @@ -274,10 +280,10 @@ |
Download Rate | +Download Rate | {{connectionsTotal.inbps | binary}}B/s ({{connectionsTotal.inBytesTotal | binary}}B) | |
---|---|---|---|
Upload Rate | +Upload Rate | {{connectionsTotal.outbps | binary}}B/s ({{connectionsTotal.outBytesTotal | binary}}B) | |
RAM Utilization | +RAM Utilization | {{system.sys | binary}}B | |
CPU Utilization | +CPU Utilization | {{system.cpuPercent | alwaysNumber | natural:1}}% | |
Global Discovery | +Global Discovery | OK @@ -338,11 +344,11 @@ | |
Uptime | +Uptime | {{system.uptime | duration:"m"}} | |
Version | +Version | {{versionString()}} |
Download Rate | +Download Rate | {{connections[deviceCfg.deviceID].inbps | binary}}B/s ({{connections[deviceCfg.deviceID].inBytesTotal | binary}}B) | |
---|---|---|---|
Upload Rate | +Upload Rate | {{connections[deviceCfg.deviceID].outbps | binary}}B/s ({{connections[deviceCfg.deviceID].outBytesTotal | binary}}B) | |
Address | +Address | {{deviceAddr(deviceCfg)}} | |
Compression | +Compression | All Data Off | |
Introducer | +Introducer | Yes | |
Version | +Version | {{connections[deviceCfg.deviceID].clientVersion}} | |
Last seen | +Last seen | Never | {{deviceStats[deviceCfg.deviceID].lastSeen | date:"yyyy-MM-dd HH:mm:ss"}} |
Folders | +Folders | {{deviceFolders(deviceCfg).join(", ")}} |
{{currentFolder.path}}{{system.pathSeparator}}.stignore
{{reportData | json}}
{{reportData | json}}