webui: fix missing custom request and response header names
This commit is contained in:
parent
544dc2eaa5
commit
5dd1728bf8
1 changed files with 2 additions and 2 deletions
|
@ -316,7 +316,7 @@
|
|||
v-for="(val, key) in exData(middleware).customRequestHeaders" :key="key"
|
||||
dense
|
||||
class="app-chip app-chip-green">
|
||||
{{ val }}
|
||||
{{ key }}: {{ val }}
|
||||
</q-chip>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -330,7 +330,7 @@
|
|||
v-for="(val, key) in exData(middleware).customResponseHeaders" :key="key"
|
||||
dense
|
||||
class="app-chip app-chip-green">
|
||||
{{ val }}
|
||||
{{ key }}: {{ val }}
|
||||
</q-chip>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue