display tags instead of user

This commit is contained in:
Johan Siebens
2022-05-10 14:00:25 +02:00
parent c55a956507
commit ee262b1a35
4 changed files with 19 additions and 7 deletions
+1
View File
@@ -40,6 +40,7 @@ func (s *Service) ListMachines(ctx context.Context, req *api.ListMachinesRequest
Ipv4: m.IPv4,
Ipv6: m.IPv6,
Ephemeral: m.Ephemeral,
Tags: m.Tags,
LastSeen: lastSeen,
Connected: online,
Tailnet: &api.Ref{