diff --git a/gui/default/syncthing/core/syncthingController.js b/gui/default/syncthing/core/syncthingController.js index 2426b9e49..8bc487264 100755 --- a/gui/default/syncthing/core/syncthingController.js +++ b/gui/default/syncthing/core/syncthingController.js @@ -799,6 +799,7 @@ angular.module('syncthing.core') } $scope.currentSharing.selected[n.deviceID] = true; }); + $scope.currentSharing.shared.sort(deviceCompare); $scope.currentSharing.unrelated = $scope.deviceList().filter(function (n) { return n.deviceID !== $scope.myID && !$scope.currentSharing.selected[n.deviceID]; });