Do not show actual long app id in storage selector
This commit is contained in:
@@ -91,7 +91,7 @@ onMounted(async () => {
|
||||
|
||||
volumes.value = [{
|
||||
id: DEFAULT_VOLUME_ID,
|
||||
label: 'Default - /home/yellowtent/appsdata/' + props.app.id,
|
||||
label: 'Default - /home/yellowtent/appsdata/<appId>',
|
||||
mountType: '',
|
||||
}].concat(result.map(v => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user