mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-27 12:05:26 +00:00
more intuitive output of node ls
This commit is contained in:
parent
51b1027aec
commit
dc94570c4a
@ -465,6 +465,7 @@ func nodesToPtables(
|
|||||||
) (pterm.TableData, error) {
|
) (pterm.TableData, error) {
|
||||||
tableHeader := []string{
|
tableHeader := []string{
|
||||||
"ID",
|
"ID",
|
||||||
|
"Hostname",
|
||||||
"Name",
|
"Name",
|
||||||
"NodeKey",
|
"NodeKey",
|
||||||
"Namespace",
|
"Namespace",
|
||||||
@ -566,6 +567,7 @@ func nodesToPtables(
|
|||||||
nodeData := []string{
|
nodeData := []string{
|
||||||
strconv.FormatUint(machine.Id, headscale.Base10),
|
strconv.FormatUint(machine.Id, headscale.Base10),
|
||||||
machine.Name,
|
machine.Name,
|
||||||
|
machine.GetGivenName(),
|
||||||
nodeKey.ShortString(),
|
nodeKey.ShortString(),
|
||||||
namespace,
|
namespace,
|
||||||
strings.Join([]string{IPV4Address, IPV6Address}, ", "),
|
strings.Join([]string{IPV4Address, IPV6Address}, ", "),
|
||||||
|
Loading…
Reference in New Issue
Block a user