Do not show actual long app id in storage selector

This commit is contained in:
Johannes Zellner
2025-05-27 15:43:39 +02:00
parent 426fe6e3c1
commit 46e6a048d4

View File

@@ -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 {