diff --git a/dashboard.html b/dashboard.html index 9ed3ee1..39fcb64 100644 --- a/dashboard.html +++ b/dashboard.html @@ -1,466 +1,470 @@ - - - - - - Capture - + .list { + grid-area: 1 / 2; + } + + .req { + grid-row: 2; + } + + .res { + grid-row: 3; + } + } + -
-
-
- -
-
-
- {{ item.method }} - ‎{{ item.path }}‎ - {{ item.elapsed }}ms - - {{ item.status == 999 ? 'failed' : item.status }} - - -
-
+
+
+
+ +
+
+
+ {{ item.method }} + ‎{{ item.path }}‎ + {{ item.elapsed }}ms + + {{ item.status == 999 ? 'failed' : item.status }} + +
- -
-
- - -
-
-
req
-
{{ selectedItem.request }}
-
-
- -
-
- -
-
-
res
-
{{ selectedItem.response }}
-
-
- -
-

- Waiting for requests on http://localhost:{{proxyPort}}/
- Proxying {{ targetURL }} -

-
- +
- +
+
+ + +
+
+
req
+
{{ selectedItem.request }}
+
+
+ +
+
+ +
+
+
res
+
{{ selectedItem.response }}
+
+
+ +
+

+ Waiting for requests on http://localhost:{{proxyPort}}/
+ Proxying {{ targetURL }} +

+
+
+