From 4a3b19497fe057def594e2e84645e1b490deb044 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 29 May 2023 10:58:44 +0200 Subject: [PATCH] replace the clear button with a SVG --- dashboard.html | 814 +++++++++++++++++++++++++------------------------ 1 file changed, 409 insertions(+), 405 deletions(-) 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 }} +

+
+
+