mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 13:19:07 -05:00
[PR #877] [MERGED] 1.5.1 #9133
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/877
Author: @miloschwartz
Created: 6/9/2025
Status: ✅ Merged
Merged: 6/9/2025
Merged by: @miloschwartz
Base:
main← Head:dev📝 Commits (10+)
c1fd38afix typoe648307Merge branch 'main' into devc135b5eDont request unless its a newt3ed681eBump temp version26207bdadd datasize helper and add correct sorting to sitestablef2e461aimprove readability96151deimprove readability57315a3Merge branch 'main' into devc409266Fix [PR #867] [MERGED] Fix - Sort Data In/Out correctly in Sites Management page in the Pangolin Dashboard (#860)4fc6138Merge pull request #867 from thijsvanloef/fix-767/unit-aware-sorting📊 Changes
11 files changed (+158 additions, -82 deletions)
View changed files
📝
eslint.config.js(+6 -3)📝
install/config/docker-compose.yml(+2 -2)📝
package-lock.json(+77 -53)📝
package.json(+1 -0)📝
server/lib/consts.ts(+1 -1)📝
src/app/[orgId]/settings/sites/SitesTable.tsx(+7 -2)📝
src/app/[orgId]/settings/sites/[niceId]/general/page.tsx(+14 -2)📝
src/app/setup/page.tsx(+13 -7)📝
src/components/ContainersSelector.tsx(+14 -11)📝
src/hooks/useDockerSocket.ts(+2 -1)➕
src/lib/dataSize.ts(+21 -0)📄 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
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.