This commit is contained in:
Samir Boulema
2020-05-03 13:36:24 +02:00
committed by GitHub
5 changed files with 130 additions and 479 deletions

View File

@@ -920,12 +920,6 @@
/>
</li>
</ul>
<ul v-for="(value, key) in response.headers" :key="key" class="response-headers">
<li>
<label :for="key">{{ key }}</label>
<input :id="key" :value="value" :name="key" readonly />
</li>
</ul>
<ul v-if="response.body">
<li>
<div class="flex-wrap">
@@ -997,6 +991,12 @@
</div>
</li>
</ul>
<ul v-for="(value, key) in response.headers" :key="key" class="response-headers">
<li>
<label :for="key">{{ key }}</label>
<input :id="key" :value="value" :name="key" readonly />
</li>
</ul>
</pw-section>
</div>