From c8a22ab589708d406e9120a4b7be89ed911cbf6d Mon Sep 17 00:00:00 2001 From: Fabricio Date: Thu, 21 Nov 2019 18:35:45 -0300 Subject: [PATCH] convert space to tab --- dashboard.go | 380 +++++++++++++++++++++++++-------------------------- 1 file changed, 190 insertions(+), 190 deletions(-) diff --git a/dashboard.go b/dashboard.go index 7d7fbf7..43c903c 100644 --- a/dashboard.go +++ b/dashboard.go @@ -4,223 +4,223 @@ const dashboardHTML = ` - - - - - Dashboard - + .welcome { + position: absolute; + background: rgba(0, 0, 0, .5); + justify-content: center; + line-height: 1.5rem; + z-index: 9; + color: #fff; + font-size: 2em; + top: 50%; + right: 1rem; + left: 1rem; + transform: translate(0%, -50%); + padding: 3rem; + box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1); + } + .welcome span { + font-size: .5em; + color: #999; + } +
-
-
- -
-
-
- {{item.method}} - ‎{{item.path}}‎ - {{item.status == 999 ? 'failed' : item.status}} - {{item.elapsed}}ms -
-
-
+
+
+ +
+
+
+ {{item.method}} + ‎{{item.path}}‎ + {{item.status == 999 ? 'failed' : item.status}} + {{item.elapsed}}ms +
+
+
-
-
- - - -
-
-
{{selectedItem.request}}
-
-
+
+
+ + + +
+
+
{{selectedItem.request}}
+
+
-
-
- -
-
-
{{selectedItem.response}}
-
-
+
+
+ +
+
+
{{selectedItem.response}}
+
+
-
-

Waiting for requests on http://localhost:<<.ProxyPort>>/
- Proxying <<.TargetURL>>

-
+
+

Waiting for requests on http://localhost:<<.ProxyPort>>/
+ Proxying <<.TargetURL>>

+