[PR #86] [MERGED] Improve tables in CLI #1249

Closed
opened 2025-12-29 02:29:27 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/86
Author: @juanfont
Created: 8/15/2021
Status: Merged
Merged: 8/16/2021
Merged by: @juanfont

Base: mainHead: better-ui


📝 Commits (5)

📊 Changes

5 files changed (+91 additions, -33 deletions)

View changed files

📝 cmd/headscale/cli/namespaces.go (+9 -2)
📝 cmd/headscale/cli/nodes.go (+42 -13)
📝 cmd/headscale/cli/preauthkeys.go (+13 -5)
📝 go.mod (+5 -5)
📝 go.sum (+22 -8)

📄 Description

This PR adds pterm (https://pterm.sh) tables to the Headscale UI, basically implementing #23.

They look a bit nicer :)


🔄 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/juanfont/headscale/pull/86 **Author:** [@juanfont](https://github.com/juanfont) **Created:** 8/15/2021 **Status:** ✅ Merged **Merged:** 8/16/2021 **Merged by:** [@juanfont](https://github.com/juanfont) **Base:** `main` ← **Head:** `better-ui` --- ### 📝 Commits (5) - [`55fe5b0`](https://github.com/juanfont/headscale/commit/55fe5b0b41b8b722a8c7cb6f1b72412ef6d0c691) Use pterm table in node list - [`36f5f78`](https://github.com/juanfont/headscale/commit/36f5f78f4675ed345c161b733296ad5b59c477a0) pterm dependency - [`350f7da`](https://github.com/juanfont/headscale/commit/350f7da55d26b8a424028d1bae001f68ed909610) Better table in namespaces - [`f194b41`](https://github.com/juanfont/headscale/commit/f194b4143557115db4ac961a633dd12db7356963) Better table in preauthkeys - [`bc25746`](https://github.com/juanfont/headscale/commit/bc2574680db6d401302cb8c507fb69c287e29668) Linting ### 📊 Changes **5 files changed** (+91 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `cmd/headscale/cli/namespaces.go` (+9 -2) 📝 `cmd/headscale/cli/nodes.go` (+42 -13) 📝 `cmd/headscale/cli/preauthkeys.go` (+13 -5) 📝 `go.mod` (+5 -5) 📝 `go.sum` (+22 -8) </details> ### 📄 Description This PR adds pterm (https://pterm.sh) tables to the Headscale UI, basically implementing #23. They look a bit nicer :) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 02:29:27 +01:00
adam closed this issue 2025-12-29 02:29:27 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1249