mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-10 05:59:38 -05:00
Update command with new fields
This commit is contained in:
@@ -358,8 +358,8 @@ func nodesToPtables(
|
|||||||
tableData := pterm.TableData{
|
tableData := pterm.TableData{
|
||||||
{
|
{
|
||||||
"ID",
|
"ID",
|
||||||
"Name",
|
"Hostname",
|
||||||
"Nickname",
|
"Friendly name",
|
||||||
"NodeKey",
|
"NodeKey",
|
||||||
"Namespace",
|
"Namespace",
|
||||||
"IP addresses",
|
"IP addresses",
|
||||||
@@ -424,7 +424,7 @@ func nodesToPtables(
|
|||||||
[]string{
|
[]string{
|
||||||
strconv.FormatUint(machine.Id, headscale.Base10),
|
strconv.FormatUint(machine.Id, headscale.Base10),
|
||||||
machine.Name,
|
machine.Name,
|
||||||
machine.Nickname,
|
machine.GivenName,
|
||||||
nodeKey.ShortString(),
|
nodeKey.ShortString(),
|
||||||
namespace,
|
namespace,
|
||||||
strings.Join(machine.IpAddresses, ", "),
|
strings.Join(machine.IpAddresses, ", "),
|
||||||
|
|||||||
Reference in New Issue
Block a user