Show full app.id

This commit is contained in:
Girish Ramakrishnan
2022-06-02 10:56:36 -07:00
parent 50d174a03e
commit 26d6689787

View File

@@ -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' }
];