[PR #776] [MERGED] Fix containers table ports sorting #783

Closed
opened 2025-10-31 15:21:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/moghtech/komodo/pull/776
Author: @jackra1n
Created: 8/27/2025
Status: Merged
Merged: 8/28/2025
Merged by: @mbecker20

Base: 1.19.2Head: fix-port-sorting


📝 Commits (1)

  • 30e824e fix container ports sorting

📊 Changes

2 files changed (+34 additions, -0 deletions)

View changed files

📝 frontend/src/components/util.tsx (+17 -0)
📝 frontend/src/pages/containers.tsx (+17 -0)

📄 Description

Fixes sorting containers table by ports. if a container has multiple ports defined it takes the smallest port.


🔄 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/moghtech/komodo/pull/776 **Author:** [@jackra1n](https://github.com/jackra1n) **Created:** 8/27/2025 **Status:** ✅ Merged **Merged:** 8/28/2025 **Merged by:** [@mbecker20](https://github.com/mbecker20) **Base:** `1.19.2` ← **Head:** `fix-port-sorting` --- ### 📝 Commits (1) - [`30e824e`](https://github.com/moghtech/komodo/commit/30e824e3773d5090b76be60c85efd7da3f5329ad) fix container ports sorting ### 📊 Changes **2 files changed** (+34 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/util.tsx` (+17 -0) 📝 `frontend/src/pages/containers.tsx` (+17 -0) </details> ### 📄 Description Fixes sorting containers table by ports. if a container has multiple ports defined it takes the smallest port. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 15:21:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#783