mirror of
https://github.com/PegaProx/project-pegaprox.git
synced 2026-04-25 10:05:56 +03:00
[PR #58] [MERGED] fix(disk-move): add 'delete source' checkbox to Move Disk dialog #96
Labels
No labels
Approved
Q2-3 2026 Development
bug
documentation
enhancement
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/project-pegaprox-PegaProx#96
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/PegaProx/project-pegaprox/pull/58
Author: @ry-ops
Created: 2/21/2026
Status: ✅ Merged
Merged: 2/25/2026
Merged by: @MrMasterbay
Base:
main← Head:fix/disk-move-delete-source📝 Commits (1)
04dd9b6fix(disk-move): add 'delete source' checkbox to Move Disk dialog📊 Changes
1 file changed (+5 additions, -5 deletions)
View changed files
📝
web/index.html(+5 -5)📄 Description
Summary
Fixes #52
The Move Disk modal gave users no control over whether the source volume was deleted after the move — it always used the backend default (delete=true). Users who wanted to keep the original had to go into the PVE UI or SSH to handle it manually.
deleteSourceboolean state (defaults totrue) and a checkbox inMoveDiskModalhandleMoveDisk→delete:in the JSON body (the existing/disks/:id/moveroute already accepts this field)t('moveDisk')andt('from')moveDisk,deleteSourceDiskTest plan
unused0in PVE🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.