mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-15 03:17:19 -05:00
[PR #1328] [MERGED] Enhancement #906/Resources Dashboard: Targets Column, Customizable Columns & Status Indicators #1033
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/fosrl/pangolin/pull/1328
Author: @Pallavikumarimdb
Created: 8/24/2025
Status: ✅ Merged
Merged: 11/5/2025
Merged by: @oschwartz10612
Base:
dev← Head:enhancement-#906/dashboard-enhancements📝 Commits (9)
1b3eb32Show targets and status icons in the dashboardf211880remove status check and add column filtering on all of the tables8e5dde8list targes in frontendcdf7708get niceid49bc2dcfix duplicatead6bb3dfix type error54f7525add status column in resource table301654bFix styling6ddfc9bRevert columns📊 Changes
4 files changed (+484 additions, -120 deletions)
View changed files
📝
messages/en-US.json(+15 -1)📝
server/routers/resource/listResources.ts(+121 -6)📝
src/app/[orgId]/settings/resources/page.tsx(+114 -107)📝
src/components/ResourcesTable.tsx(+234 -6)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
This PR implements the following enhancements to the Resources page, addressing issues #906 .
4.1 Show Target in the Dashboard
4.2 Customizable Columns
4.3 Status Icons
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.