Change delete to work without a page navigation.

Uses more CSS checkbox hackery.
This commit is contained in:
Anders Pitman
2020-10-17 08:42:29 -06:00
parent bdc1721870
commit 18e09120a7
4 changed files with 42 additions and 26 deletions

View File

@@ -272,7 +272,7 @@ func (h *WebUiHandler) handleWebUiRequest(w http.ResponseWriter, r *http.Request
return
}
http.Redirect(w, r, "/#/tunnels", 307)
//http.Redirect(w, r, "/#/tunnels", 307)
case "/tokens":
h.handleTokens(w, r, user, tokenData)