Skip to content

Commit

Permalink
tsrelay/handler: change nodes to machines
Browse files Browse the repository at this point in the history
Fixes #187
  • Loading branch information
shayne committed Aug 8, 2023
1 parent c1c8a22 commit 21cdf7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsrelay/handler/get_peers.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ func (h *handler) getPeers(ctx context.Context, body io.Reader) (*getPeersRespon

s := getPeersResponse{
PeerGroups: []*peerGroup{
{Name: "My nodes"},
{Name: "All nodes"},
{Name: "Offline nodes"},
{Name: "Managed by you"},
{Name: "All machines"},
{Name: "Offline machines"},
},
}

Expand Down

0 comments on commit 21cdf7b

Please sign in to comment.