Updated Logs page to be more consistent with current styles (#338)

Co-authored-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
Alex
2020-10-22 14:08:36 -05:00
committed by GitHub
parent 5e764e61ba
commit 4ef498f0c3
4 changed files with 278 additions and 172 deletions

View File

@@ -107,6 +107,7 @@ func serveWS(w http.ResponseWriter, req *http.Request) {
errors.ServeError(w, req, errors.New(http.StatusUnauthorized, err.Error()))
return
}
// upgrades the HTTP server connection to the WebSocket protocol.
conn, err := upgrader.Upgrade(w, req, nil)
if err != nil {