Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Jan 24, 2024
1 parent 9c1b6cf commit 14ae2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/debug.ego.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func ego_debug(w io.Writer, req *http.Request) {
//line debug.ego:68
_, _ = io.WriteString(w, html.EscapeString(fmt.Sprint(t(req, "Redis RTT"))))
//line debug.ego:69
_, _ = io.WriteString(w, "\n <a href=\"https://github.com/contribsys/faktory/wiki/Storage#rtt\"><span class=\"info-circle\" title=\"Click to learn more about RTT\">?</span></a>\n </th>\n <td class=\"bg-")
_, _ = io.WriteString(w, "\n <a href=\"https://github.com/contribsys/faktory/wiki/Storage#rtt\"><span class=\"info-circle\" title=\"Click to learn more about RTT\">?</span></a>\n </th>\n <td class=\"fw-bold text-")
//line debug.ego:71
_, _ = io.WriteString(w, html.EscapeString(fmt.Sprint(category_for_rtt(rtt))))
//line debug.ego:71
Expand Down

0 comments on commit 14ae2b7

Please sign in to comment.