mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +00:00
client/web: fix rendering of node owner profile
Fixes #8837 Signed-off-by: Will Norris <will@tailscale.com>
This commit is contained in:
parent
2bc98abbd9
commit
6ee85ba412
@ -299,7 +299,7 @@ func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
||||
return
|
||||
}
|
||||
|
||||
st, err := s.lc.StatusWithoutPeers(ctx)
|
||||
st, err := s.lc.Status(ctx)
|
||||
if err != nil {
|
||||
http.Error(w, err.Error(), http.StatusInternalServerError)
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user