| + + + + + | +
Provider
| URL | @@ -58,13 +88,39 @@ function showConfig(config: Config | ConfigRef){||
|---|---|---|
| {{ config.url }} | -{{ config.provider }} | +|
|
+ |
+ {{ formatProvider(config) }} | {{ format(config.time) }} |
| URL | +Provider | +Last Update | +
|---|---|---|
|
+ |
+ {{ formatProvider(config) }} | +{{ format(config.time) }} | +
| - | Status | -Name | -Schedule | -Time | -Next Run | -||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| - | - Error - Warning - Success - | -{{ data!.tags.name }} | -{{ data!.schedule }} | -{{ format(event.time) }} | -- {{ formatTimer(timer) }} - {{ format(data.nextRun) }} - - - | +||||||||||||||||||||||||||||||||
| + | Status | +Name | +Schedule | +Time | +Next Run | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
-
- Info-
-
-
- Next Run
-
- {{ format(data.nextRun) }}
+ | |||||||||||||
| + | + Error + Warning + Success + | +{{ data!.tags.name }} | +{{ data!.schedule }} | +{{ format(event.time) }} | ++ {{ formatTimer(timer) }} + {{ format(data.nextRun) }} + - + | +||||||||
|
+
+ Info+
+
+
+
-
+
+ Next Run
+
+ {{ format(data.nextRun) }}
+
+
+
+ Runs
+ {{ data.runs }} / {{ data.maxRuns }}
+ {{ data.runs }}
+
+
- Duration
+ {{ prettyDuration(data!.duration) }}
-
- Runs
- {{ data.runs }} / {{ data.maxRuns }}
- {{ data.runs }}
-
-
Duration
- {{ prettyDuration(data!.duration) }}
Logs+
+
-
This job did not produce any logs. You can use Logs-
-
-
This job did not produce any logs. You can use
-
- Error-{{ data.error.message }} -- Tags - - - --
{{ key }} |
+
+ |
+ | |||||||||||
| Method | -Summary | -Operation ID | -Warning | -
|---|---|---|---|
| {{ operation.method.toUpperCase() }} | -{{ operation.summary }} | -{{ operation.operationId }} | -deprecated | -
| Method | +Operation ID | +Summary | +Warning | +
|---|---|---|---|
|
+ |
+ {{ operation.operationId }} | +{{ operation.summary }} | +deprecated | +
Path
-+
Path
+{{ path.path }}
Service
-+
Service
+
Body Body Status
diff --git a/webui/src/components/dashboard/http/Requests.vue b/webui/src/components/dashboard/http/Requests.vue
index b2e3e3074..8bbf8bb8b 100644
--- a/webui/src/components/dashboard/http/Requests.vue
+++ b/webui/src/components/dashboard/http/Requests.vue
@@ -1,12 +1,11 @@
- Event Handlers
+ Request
+ Response
+ Recent Requests
+ Recent Requests
+
-
+
-
-
- Method
- URL
- Status Code
- Time
- Duration
+ Method
+ URL
+ Status Code
+ Time
+ Duration
+
@@ -595,7 +607,9 @@ function mergeDeep
- {{ eventData(event).request.url }}
+
{{ formatStatusCode(eventData(event).response.statusCode.toString()) }}
{{ format(event.time) }}
@@ -605,13 +619,13 @@ function mergeDeep