gui: Show full failed item path
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4023
This commit is contained in:
committed by
Audrius Butkevicius
parent
c6dd777fd6
commit
ed771f5c64
@@ -1625,6 +1625,7 @@ angular.module('syncthing.core')
|
||||
|
||||
$scope.showFailed = function (folder) {
|
||||
$scope.failedCurrent = $scope.failed[folder];
|
||||
$scope.failedFolderPath = $scope.folders[folder].path;
|
||||
$('#failed').modal().on('hidden.bs.modal', function () {
|
||||
$scope.failedCurrent = undefined;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user