Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
59db462
fix: update @nethserver/ns8-ui-lib to version 1.11.0
stephdl Jan 20, 2026
a5e6cd5
fix(i18n): remove 'about_to_install_app' key from multiple translatio…
stephdl Jan 20, 2026
306f3d7
fix(i18n): update installation prompts and add new storage messages
stephdl Jan 20, 2026
e3a4e39
fix(ui): enhance RestoreSingleInstanceModal with additional volume ha…
stephdl Jan 20, 2026
5f6674b
fix(ui): add additional storage indication in NodeSelector component
stephdl Jan 20, 2026
4ae3821
feat(ui): add AdditionnalVolumesSelector component for enhanced volum…
stephdl Jan 20, 2026
311603a
feat(ui): refactor CloneOrMoveAppModal for improved volume selection …
stephdl Jan 20, 2026
ffc1e49
feat(ui): refactor InstallAppModal for improved step navigation and a…
stephdl Jan 20, 2026
c855285
Merge branch 'main' into sdl-7757
stephdl Jan 20, 2026
3eac7cd
fix(ui): correct casing of NsWizard component in CloneOrMoveAppModal
stephdl Jan 20, 2026
3b1dcbc
fix(ui): simplify error clearing in InstallAppModal on modal close
stephdl Jan 20, 2026
c4b4096
fix(ui): correct spelling of "additional" in volume selectors across …
stephdl Jan 20, 2026
fec7309
fix(ui): standardize method naming for task completion in multiple mo…
stephdl Jan 20, 2026
4d4b6c9
fix(ui): update error handling to use listMountPoints instead of list…
stephdl Jan 20, 2026
ab60c28
fix(ui): correct spelling of "additionnal" to "additional" in Additio…
stephdl Jan 20, 2026
ff231c1
fix(ui): correct spelling of "additionnal" to "additional" in multipl…
stephdl Jan 20, 2026
dbd9f0e
fix(ui): correct spelling of "Additionnal" to "Additional" in multipl…
stephdl Jan 20, 2026
c61409c
fix(ui): remove unused hasAdditionalStorageAvailable method and relat…
stephdl Jan 20, 2026
f5c6208
fix(ui): handle cases where app does not require additional storage i…
stephdl Jan 20, 2026
c255b0b
fix(ui): update next button disabled state logic in RestoreSingleInst…
stephdl Jan 20, 2026
8349f0d
fix(ui): replace VmdkDisk16 with VmdkDisk20 icon in NodeSelector comp…
stephdl Jan 20, 2026
bdd1e14
fix(ui): correct volume usage calculation in AdditionalVolumesSelecto…
stephdl Jan 21, 2026
cefe414
fix(ui): rename computed property from selectedSnapshot to selectedVo…
stephdl Jan 21, 2026
6c767f6
fix(ui): remove unused primary-click event from NsWizard in CloneOrMo…
stephdl Jan 21, 2026
092e2d6
fix(ui): update next button disabled state logic in CloneOrMoveAppModal
stephdl Jan 21, 2026
161c440
fix(ui): optimize loading state handling in NodeSelector component
stephdl Jan 21, 2026
4574e71
Apply suggestions from code review
stephdl Jan 21, 2026
c762fa0
fix(ui): update node selection logic in RestoreSingleInstanceModal co…
stephdl Jan 21, 2026
ca3e1a4
Apply suggestions from translation review
stephdl Jan 22, 2026
b442536
Apply suggestions from code review of AdditionalVolumesSelector
stephdl Jan 22, 2026
9120c4d
fix(ui): simplify next button logic in RestoreSingleInstanceModal com…
stephdl Jan 22, 2026
aab6ead
fix(ui): remove unnecessary loading state from next button in CloneOr…
stephdl Jan 22, 2026
eb34b10
fix(ui): remove unnecessary loading state from InstallAppModal component
stephdl Jan 22, 2026
89e5ca2
fix(ui): update NodeSelector to handle loading state and slot rendering
stephdl Jan 22, 2026
b535de7
fix(ui): round percentage calculation for volume usage in AdditionalV…
stephdl Jan 22, 2026
c799595
fix(ui): update AdditionalVolumesSelector to include footer icon and …
stephdl Jan 22, 2026
1afe7cb
fix(ui): simplify node label display in volume installation prompts
stephdl Jan 22, 2026
803b013
translation review of Davide Principi
stephdl Jan 23, 2026
7839bea
fix(i18n): update translation keys for volume restoration messages
stephdl Jan 26, 2026
cc2436b
fix(ui): replace direct length checks with computed property for clus…
stephdl Jan 26, 2026
9e19124
fix(ui): rename listNodes to nodesList for consistency in error handl…
stephdl Jan 26, 2026
2b2355c
fix(ui): update volume usage display format in AdditionalVolumesSelec…
stephdl Jan 26, 2026
0c9237b
fix(ui): standardize formatting in various modal components
stephdl Jan 26, 2026
d492f01
fix(ui): replace direct length checks with computed property for clus…
stephdl Jan 26, 2026
2e1f8ba
fix(ui): rename listNodes to nodesList for consistency in error handling
stephdl Jan 26, 2026
8765e56
fix(ui): replace direct length checks with computed property for clus…
stephdl Jan 26, 2026
51604a7
fix(ui): rename listNodes to nodesList for consistency in error handling
stephdl Jan 26, 2026
0407c15
fix(ui): refactor loading state handling and rename fetchListNodes to…
stephdl Jan 26, 2026
c9d2b11
fix(ui): simplify state reset by calling onModalHidden in CloneOrMove…
stephdl Jan 26, 2026
1e1385f
fix(ui): remove infinite scroll implementation and simplify volume ha…
stephdl Jan 26, 2026
fd235e8
fix(ui): unify loading state handling by introducing isLoading comput…
stephdl Jan 26, 2026
1f32914
fix(ui): remove unnecessary styles from icon-spacing class
stephdl Jan 26, 2026
66e2bfd
fix(ui): streamline loading state initialization in RestoreSingleInst…
stephdl Jan 26, 2026
9e4f16d
fix(ui): enhance loading state management in RestoreSingleInstanceModal
stephdl Jan 26, 2026
bef2434
fix(ui): optimize modal shown lifecycle by removing async/await in Cl…
stephdl Jan 26, 2026
7a05aab
fix(ui): replace loading eligibility check with isLoadingNodeData in …
stephdl Jan 26, 2026
11898d4
fix(i18n): restore unused installation messages for multiple languages
stephdl Jan 27, 2026
b55b6c1
fix(ui): rename fetchNodesList to ListNodes for consistency across mo…
stephdl Jan 27, 2026
d157b30
fix(ui): unify loading state management for getClusterStatus across m…
stephdl Jan 27, 2026
6582ff1
fix(ui): standardize method naming for ListNodes to listNodes across …
stephdl Jan 27, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions core/ui/public/i18n/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,8 @@
"set-note": "Set note",
"import-users": "Import users",
"export-users": "Export users",
"get-password-warning": "Get password warning"
"get-password-warning": "Get password warning",
"list-mountpoints": "List mountpoints"
},
"network": {
"title": "Network"
Expand Down Expand Up @@ -1011,7 +1012,7 @@
"source_package": "Application image",
"app_installation": "Install {app}",
"choose_node_for_installation": "Select installation node for {app} {version}:",
"about_to_install_app": "{app} {version} will be installed on {node}.",
"select_node_volume_for_installation": "Select the volume installation on {node} for application data",
"installing_on_node": "Installing on {node}",
"instance_installed_on_node": "{module_id} installed on {node}",
"app_instances": "{app} instances",
Expand Down Expand Up @@ -1109,17 +1110,21 @@
"reason_max_per_node_limit": "Limit of {param} instance reached | Limit of {param} instances reached",
"reason_min_core_requirement": "Core version is lower than {param}",
"search_core_apps": "Search core applications",
"cannot_install_app_on_node": "Cannot install {app} {version} on {node}",
"no_node_eligible_for_app_installation": "No node is eligible for application installation",
"no_node_eligible_for_instance_cloning": "No node is eligible for instance cloning",
"no_node_eligible_for_instance_migration": "No node is eligible for instance migration",
"node_offline": "Node is offline",
"no_version_reason": {
"no_app_version": "No stable release of {app_name} is available in the '{app_repository}' repository",
"core_version_too_low": "Update core to version {core_min} or higher to install this application",
"rootfull_certification_level_too_low": "Applications with administrative privileges must have a minimum certification level of {certification_min}/5 to be installed"
},
"migrating_app_title": "This application instance is undergoing migration",
"migrating_app_description": "You'll be able to use {name} again once the migration from NethServer 7 is complete."
"migrating_app_description": "You'll be able to use {name} again once the migration from NethServer 7 is complete.",
"additional_storage_available": "Additional volumes available",
"volume_usage": "{used} used of {total} ({percentage}% used)",
"default_storage": "Default volume",
"no_volumes_to_restore": "No volumes to restore"
},
"system_logs": {
"title": "System logs",
Expand Down
5 changes: 2 additions & 3 deletions core/ui/src/components/backup/AddRepositoryModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -621,9 +621,8 @@ export default {
}
},
},
methods:{
...mapActions(["setNotificationDrawerShownInStore"]
),
methods: {
...mapActions(["setNotificationDrawerShownInStore"]),
goToNotificationDrawer() {
this.$emit("hide");
this.setNotificationDrawerShownInStore(true);
Expand Down
Loading