filemanager paths should not start with /

This commit is contained in:
Johannes Zellner
2020-11-04 13:41:29 +01:00
parent 1d7921a760
commit 0b919bfd13

View File

@@ -134,7 +134,7 @@ app.controller('FileManagerController', ['$scope', '$timeout', 'Client', functio
return a;
}, []).join('/');
return '/' + filePath;
return filePath;
}
$scope.extractStatus = {