From 957e3ed2116483a50869d6bb463d6f278dcbeba3 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 26 May 2023 14:19:05 +0200 Subject: [PATCH] move the button to retry on the list --- dashboard.html | 785 +++++++++++++++++++++++++------------------------ 1 file changed, 401 insertions(+), 384 deletions(-) diff --git a/dashboard.html b/dashboard.html index 30381fd..e766bb7 100644 --- a/dashboard.html +++ b/dashboard.html @@ -1,441 +1,458 @@ - - + - - - - - - Capture - + @media only screen and (max-width: 484px) { + .dashboard { + grid-template-columns: 1fr; + grid-template-rows: 1fr 1fr 1fr; + column-gap: 0; + } + + .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}} + + +
+
+
-
+
+
+ + +
+
+
req
+
{{selectedItem.request}}
+
+
-
-
- -
-
-
- {{item.method}} - ‎{{item.path}}‎ - {{item.elapsed}}ms - {{item.status == 999 ? 'failed' : - item.status}} -
-
-
+
+
+ +
+
+
res
+
{{selectedItem.response}}
+
+
-
-
- - - -
-
-
req
-
{{selectedItem.request}}
-
-
+
+

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

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

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

-
- -
- - + - - \ No newline at end of file +