Skip to content

Commit 2e14bcd

Browse files
tsrelay/handler: change nodes to machines (#188)
<img width="304" alt="image" src="https://github.com/tailscale-dev/vscode-tailscale/assets/79330/fe093055-7ad0-4984-a748-e188aa3ea162"> <img width="471" alt="image" src="https://github.com/tailscale-dev/vscode-tailscale/assets/79330/94d4d4bd-0c39-456f-8eee-17751c6a4331"> Fixes #187 --------- Co-authored-by: Marwan Sulaiman <[email protected]>
1 parent cc64ced commit 2e14bcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsrelay/handler/get_peers.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ func (h *handler) getPeers(ctx context.Context, body io.Reader) (*getPeersRespon
7171

7272
s := getPeersResponse{PeerGroups: []*peerGroup{}}
7373
peerGroups := [...]*peerGroup{
74-
{Name: "My nodes"},
75-
{Name: "All nodes"},
76-
{Name: "Offline nodes"},
74+
{Name: "Managed by you"},
75+
{Name: "All machines"},
76+
{Name: "Offline machines"},
7777
}
7878

7979
if st.BackendState == "NeedsLogin" || (st.Self != nil && !st.Self.Online) {

0 commit comments

Comments
 (0)