Skip to content

Commit

Permalink
Update entry_editor.html (#465)
Browse files Browse the repository at this point in the history
Signed-off-by: chen8945 <[email protected]>
  • Loading branch information
chen8945 authored Sep 3, 2023
1 parent dbc3884 commit 525c4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/tpl/har/entry_editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<dd><span class="label {{ status_label(entry.response.status) }}">{{ entry.response.status }}</span></dd>
</dl>
<details open onclick="return false">
<summary title="请求头">Response Headers</summary>
<summary title="响应头">Response Headers</summary>
<dl class="dl-horizontal">
<dt ng-repeat-start="header in entry.response.headers">{{ header.name }}</dt>
<dd ng-repeat-end>{{ header.value }}</dd>
Expand Down

0 comments on commit 525c4f1

Please sign in to comment.