GUACAMOLE-44: Replace use of ManagedFileDownload with calls to the tunnel REST service.

This commit is contained in:
Michael Jumper
2016-04-06 22:37:15 -07:00
parent 0ef7b90619
commit 4059054d31
5 changed files with 8 additions and 178 deletions

View File

@@ -755,7 +755,7 @@ angular.module('client').controller('clientController', ['$scope', '$routeParams
if (!$scope.client)
return false;
return !!($scope.client.uploads.length || $scope.client.downloads.length);
return !!$scope.client.uploads.length;
};