mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-22 14:48:30 +00:00
In Sync is now Up to Date (fixes #268)
This commit is contained in:
parent
e2cb0219c7
commit
db3341a178
File diff suppressed because one or more lines are too long
@ -163,7 +163,7 @@ syncthing.controller('SyncthingCtrl', function ($scope, $http) {
|
||||
var conn = $scope.connections[nodeCfg.NodeID];
|
||||
if (conn) {
|
||||
if (conn.Completion === 100) {
|
||||
return 'In Sync';
|
||||
return 'Up to Date';
|
||||
} else {
|
||||
return 'Syncing (' + conn.Completion + '%)';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user