diff --git a/frontend/src/business/components/api/definition/components/response/ResponseResult.vue b/frontend/src/business/components/api/definition/components/response/ResponseResult.vue index 09eb403717..f81bf81c6d 100644 --- a/frontend/src/business/components/api/definition/components/response/ResponseResult.vue +++ b/frontend/src/business/components/api/definition/components/response/ResponseResult.vue @@ -8,18 +8,21 @@ -
-
{{ response.responseResult.headers }}
-
+ + + + +
-
-
{{response.responseResult.console}}
-
+ + + +
@@ -27,29 +30,30 @@ -
-
{{response.responseResult.vars}}
-
+ + + +
-
- {{$t('api_test.request.address')}} : -
{{ response.url }}
-
-
- {{$t('api_test.scenario.headers')}} : -
{{ response.headers }}
-
-
- Cookies : -
{{response.cookies}}
-
-
- Body : -
{{response.body ? response.body:""}}
-
- + + + + + + + + + + + + + + + + +
@@ -63,23 +67,23 @@