From 76cbe2c7caf4458fa848be4ea92caf7f3642b69d Mon Sep 17 00:00:00 2001 From: Fabricio Date: Thu, 26 Jul 2018 07:47:28 -0300 Subject: [PATCH] add fancy arrows and utf-8 --- dashboard.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 {