mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 05:39:49 -05:00
[PR #2280] [MERGED] feat: show install commands in sites & clients details page #2919
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/2280
Author: @Fredkiss3
Created: 1/20/2026
Status: ✅ Merged
Merged: 1/21/2026
Merged by: @miloschwartz
Base:
dev← Head:feat/show-newt-install-command📝 Commits (7)
5ee3e14🔇 fix logsec10c37🚧wipd6a829aMerge branch 'dev' into feat/show-newt-install-commandfe729ec🚧wip: command component9d80f62♻️ move newt install commands to its own component for reusing in details310c6c9Merge branch 'dev' into feat/show-newt-install-command718d212♻️ move olm install command to its own component📊 Changes
7 files changed (+679 additions, -813 deletions)
View changed files
📝
src/app/[orgId]/settings/clients/machine/[niceId]/credentials/page.tsx(+7 -0)📝
src/app/[orgId]/settings/clients/machine/create/page.tsx(+25 -316)📝
src/app/[orgId]/settings/sites/[niceId]/credentials/page.tsx(+103 -90)📝
src/app/[orgId]/settings/sites/create/page.tsx(+10 -406)📝
src/components/LogAnalyticsData.tsx(+0 -1)➕
src/components/newt-install-commands.tsx(+314 -0)➕
src/components/olm-install-commands.tsx(+220 -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
show install commands in sites and machine clients
Screenshots
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.