[PR #280] [MERGED] feat: Add Interface Port display to script detail modal header #310

Open
opened 2025-11-20 04:14:04 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/280
Author: @michelroegl-brunner
Created: 11/7/2025
Status: Merged
Merged: 11/7/2025
Merged by: @michelroegl-brunner

Base: mainHead: fix/269


📝 Commits (1)

  • 237aee9 Add Interface Port display to script detail modal header

📊 Changes

1 file changed (+14 additions, -0 deletions)

View changed files

📝 src/app/_components/ScriptDetailModal.tsx (+14 -0)

📄 Description

Changes

  • Added Interface Port display to the header section of the script detail modal
  • Positioned port close to the script name/logo for better visibility
  • Port is displayed in a styled badge format for prominence
  • Port display remains in Basic Information section as well

Purpose

Makes the interface port more visible by displaying it in the header next to the script name, while keeping it in the Basic Information section for reference.

Testing

  • Verified port displays correctly in header when interface_port is available
  • Verified port still appears in Basic Information section
  • Tested responsive layout on different screen sizes

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE-Local/pull/280 **Author:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Created:** 11/7/2025 **Status:** ✅ Merged **Merged:** 11/7/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `fix/269` --- ### 📝 Commits (1) - [`237aee9`](https://github.com/community-scripts/ProxmoxVE-Local/commit/237aee9c46557e9b19527ea8364b00c13781bcee) Add Interface Port display to script detail modal header ### 📊 Changes **1 file changed** (+14 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/app/_components/ScriptDetailModal.tsx` (+14 -0) </details> ### 📄 Description ## Changes - Added Interface Port display to the header section of the script detail modal - Positioned port close to the script name/logo for better visibility - Port is displayed in a styled badge format for prominence - Port display remains in Basic Information section as well ## Purpose Makes the interface port more visible by displaying it in the header next to the script name, while keeping it in the Basic Information section for reference. ## Testing - Verified port displays correctly in header when interface_port is available - Verified port still appears in Basic Information section - Tested responsive layout on different screen sizes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:14:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE-Local#310