Show full app.id
This commit is contained in:
@@ -702,7 +702,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
|
||||
$scope.storage.mounts = [];
|
||||
|
||||
$scope.storage.locationOptions = [
|
||||
{ id: 'default', type: 'default', value: '', displayName: 'Default - /home/yellowtent/appsdata/<appid>' },
|
||||
{ id: 'default', type: 'default', value: '', displayName: 'Default - /home/yellowtent/appsdata/' + app.id },
|
||||
{ id: 'custom', type: 'custom', value: app.dataDir, displayName: 'Custom Folder Path' }
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user