mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-12 16:26:37 +00:00
gui: Apply #7339 to untrusted
This commit is contained in:
parent
d0c84916c7
commit
50a621bc7b
@ -1650,7 +1650,7 @@ angular.module('syncthing.core')
|
|||||||
};
|
};
|
||||||
|
|
||||||
function setDeviceConfig() {
|
function setDeviceConfig() {
|
||||||
var currentID = $scope.currentDevice.DeviceID;
|
var currentID = $scope.currentDevice.deviceID;
|
||||||
$scope.devices[currentID] = $scope.currentDevice;
|
$scope.devices[currentID] = $scope.currentDevice;
|
||||||
$scope.config.devices = deviceList($scope.devices);
|
$scope.config.devices = deviceList($scope.devices);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user