Skip to content

Commit 9f3df19

Browse files
authored
Install/Restore/Clone/Move with additional-volume support (#1004)
NethServer/dev#7757
1 parent a4c6fc3 commit 9f3df19

File tree

7 files changed

+1431
-181
lines changed

7 files changed

+1431
-181
lines changed

core/ui/public/i18n/en/translation.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,8 @@
434434
"set-note": "Set note",
435435
"import-users": "Import users",
436436
"export-users": "Export users",
437-
"get-password-warning": "Get password warning"
437+
"get-password-warning": "Get password warning",
438+
"list-mountpoints": "List mountpoints"
438439
},
439440
"network": {
440441
"title": "Network"
@@ -1011,7 +1012,7 @@
10111012
"source_package": "Application image",
10121013
"app_installation": "Install {app}",
10131014
"choose_node_for_installation": "Select installation node for {app} {version}:",
1014-
"about_to_install_app": "{app} {version} will be installed on {node}.",
1015+
"select_node_volume_for_installation": "Select the volume installation on {node} for application data",
10151016
"installing_on_node": "Installing on {node}",
10161017
"instance_installed_on_node": "{module_id} installed on {node}",
10171018
"app_instances": "{app} instances",
@@ -1109,17 +1110,21 @@
11091110
"reason_max_per_node_limit": "Limit of {param} instance reached | Limit of {param} instances reached",
11101111
"reason_min_core_requirement": "Core version is lower than {param}",
11111112
"search_core_apps": "Search core applications",
1112-
"cannot_install_app_on_node": "Cannot install {app} {version} on {node}",
11131113
"no_node_eligible_for_app_installation": "No node is eligible for application installation",
11141114
"no_node_eligible_for_instance_cloning": "No node is eligible for instance cloning",
11151115
"no_node_eligible_for_instance_migration": "No node is eligible for instance migration",
1116+
"node_offline": "Node is offline",
11161117
"no_version_reason": {
11171118
"no_app_version": "No stable release of {app_name} is available in the '{app_repository}' repository",
11181119
"core_version_too_low": "Update core to version {core_min} or higher to install this application",
11191120
"rootfull_certification_level_too_low": "Applications with administrative privileges must have a minimum certification level of {certification_min}/5 to be installed"
11201121
},
11211122
"migrating_app_title": "This application instance is undergoing migration",
1122-
"migrating_app_description": "You'll be able to use {name} again once the migration from NethServer 7 is complete."
1123+
"migrating_app_description": "You'll be able to use {name} again once the migration from NethServer 7 is complete.",
1124+
"additional_storage_available": "Additional volumes available",
1125+
"volume_usage": "{used} used of {total} ({percentage}% used)",
1126+
"default_storage": "Default volume",
1127+
"no_volumes_to_restore": "No volumes to restore"
11231128
},
11241129
"system_logs": {
11251130
"title": "System logs",

core/ui/src/components/backup/AddRepositoryModal.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -621,9 +621,8 @@ export default {
621621
}
622622
},
623623
},
624-
methods:{
625-
...mapActions(["setNotificationDrawerShownInStore"]
626-
),
624+
methods: {
625+
...mapActions(["setNotificationDrawerShownInStore"]),
627626
goToNotificationDrawer() {
628627
this.$emit("hide");
629628
this.setNotificationDrawerShownInStore(true);

0 commit comments

Comments
 (0)