mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
[PR #178] [MERGED] fix: improve SSH key handling and public key modal UX #240
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/178
Author: @michelroegl-brunner
Created: 10/17/2025
Status: ✅ Merged
Merged: 10/17/2025
Merged by: @michelroegl-brunner
Base:
main← Head:fix/various_fixes📝 Commits (2)
106028cfix: increase IP input box width in installedScripts table3cbb21ffix: improve SSH key handling and public key modal UX📊 Changes
4 files changed (+102 additions, -11 deletions)
View changed files
📝
src/app/_components/InstalledScriptsTab.tsx(+1 -1)📝
src/app/_components/PublicKeyModal.tsx(+71 -1)📝
src/app/_components/SSHKeyInput.tsx(+11 -2)📝
src/app/_components/ServerForm.tsx(+19 -7)📄 Description
Summary
This PR fixes several SSH key handling issues and improves the public key modal user experience.
Changes Made
🔧 SSH Key Import Fixes
🔧 Public Key Modal Improvements
🔧 ServerForm Enhancements
Technical Details
Testing
User Benefits
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.