volumes: update UI

This commit is contained in:
Girish Ramakrishnan
2021-05-13 09:14:34 -07:00
parent fd3fb23955
commit 95e2b726c1
9 changed files with 666 additions and 130 deletions
+14 -2
View File
@@ -1495,7 +1495,14 @@
"addVolumeDialog": {
"title": "Add Volume",
"nameWarning": "Cloudron will mount the host path into the app's container with this name under <code>/media</code>.",
"addAction": "Add"
"addAction": "Add",
"server": "Server IP or Hostname",
"remoteDirectory": "Remote Directory",
"username": "Username",
"password": "Password",
"diskPath": "Disk Path",
"noopWarning": "Cloudron will not configure the server to mount this volume",
"mountTypeInfo": "Cloudron will configure the server to automatically mount this volume"
},
"removeVolumeDialog": {
"title": "Really remove {{ volume }} ?",
@@ -1503,7 +1510,12 @@
"removeAction": "Remove"
},
"description": "Volumes are directories on the server that can be shared between apps. These may be NFS/SSHFS mounts or external storage disks attached to the server.",
"backupWarning": "Volumes are <i>not</i> backed up. Restoring an app will not restore the volume's content. Please make sure to have a suitable backup plan for each volume."
"backupWarning": "Volumes are <i>not</i> backed up. Restoring an app will not restore the volume's content. Please make sure to have a suitable backup plan for each volume.",
"mountType": "Mount Type",
"updateVolumeDialog": {
"title": "Update Volume {{ volume }}"
},
"tooltipEdit": "Edit Volume"
},
"storage": {
"mounts": {