mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
[PR #73] [MERGED] feat: Add prominent LXC creation completion message #165
Reference in New Issue
Block a user
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/73
Author: @michelroegl-brunner
Created: 10/8/2025
Status: ✅ Merged
Merged: 10/8/2025
Merged by: @michelroegl-brunner
Base:
main← Head:feat/finish_block📝 Commits (6)
9c2e5f7feat: Add prominent LXC creation completion message3142c38Merge branch 'main' into feat/finish_block4c18514Delete scripts/ct/debian.sh67bc6b9Delete scripts/install/debian-install.sh73e3a72Fix linting errors in Terminal.tsx4e07c81Remove duplicate handleMessage function📊 Changes
1 file changed (+56 additions, -40 deletions)
View changed files
📝
src/app/_components/Terminal.tsx(+56 -40)📄 Description
Description
This PR adds a prominent completion message for LXC creation scripts to make it more obvious when the LXC creation process has finished successfully.
Changes
Testing
Screenshot
When an LXC creation script finishes successfully, users will now see:
Instead of the standard 'SSH script execution finished with code: 0' message.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.