mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-11-04 01:51:04 +01: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) {
 | 
			
		||||
	tableHeader := []string{
 | 
			
		||||
		"ID",
 | 
			
		||||
		"Hostname",
 | 
			
		||||
		"Name",
 | 
			
		||||
		"NodeKey",
 | 
			
		||||
		"Namespace",
 | 
			
		||||
@ -566,6 +567,7 @@ func nodesToPtables(
 | 
			
		||||
		nodeData := []string{
 | 
			
		||||
			strconv.FormatUint(machine.Id, headscale.Base10),
 | 
			
		||||
			machine.Name,
 | 
			
		||||
			machine.GetGivenName(),
 | 
			
		||||
			nodeKey.ShortString(),
 | 
			
		||||
			namespace,
 | 
			
		||||
			strings.Join([]string{IPV4Address, IPV6Address}, ", "),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user