diff --git a/dashboard.go b/dashboard.go index 19370ce..7763034 100644 --- a/dashboard.go +++ b/dashboard.go @@ -15,6 +15,7 @@ const dashboardHTML = ` + @@ -122,10 +123,10 @@ const dashboardHTML = ` font-weight: 700; } .req-inner:before { - content: "REQUEST"; + content: "↑REQUEST"; } .res-inner:before { - content: "RESPONSE"; + content: "↓RESPONSE"; } .bt-pretty {