mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-25 04:35:50 +03:00
[PR #303] [MERGED] fix: Add 'Delete only from DB' option for duplicate detected scripts #344
Labels
No labels
bug
enhancement
enhancement
feature
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ProxmoxVE-Local#344
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/community-scripts/ProxmoxVE-Local/pull/303
Author: @michelroegl-brunner
Created: 11/10/2025
Status: ✅ Merged
Merged: 11/10/2025
Merged by: @michelroegl-brunner
Base:
main← Head:fix/289📝 Commits (1)
b192c46fix: Add 'Delete only from DB' option for duplicate detected scripts📊 Changes
1 file changed (+28 additions, -3 deletions)
View changed files
📝
src/app/_components/InstalledScriptsTab.tsx(+28 -3)📄 Description
Problem
Users can have duplicate detected script entries (same container_id and server_id) in the database. Currently, for SSH scripts with container_id, the only option is "Destroy" which destroys the actual container. Users need a way to delete just the database record to clean up duplicates without destroying the host/container.
Solution
Add a "Delete only from DB" option in the Actions dropdown menu for detected scripts (SSH scripts with container_id) that:
Changes
Testing
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.