gui: Show full failed item path

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4023
This commit is contained in:
nov1n
2017-03-18 11:43:24 +00:00
committed by Audrius Butkevicius
parent c6dd777fd6
commit ed771f5c64
4 changed files with 10 additions and 3 deletions

View File

@@ -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;
});