Improved UI legibility and added some labels

This commit is contained in:
2023-11-08 14:10:20 +01:00
parent 18dd798000
commit 6e3b53fd32
3 changed files with 8 additions and 6 deletions

View File

@@ -55,6 +55,7 @@ function addNewHeader(name : string, value : string){
<template>
<div class="flex flex-col gap-4">
<label>Response Headers</label>
<div class="flex flex-row gap-4">
<div class="w-full">Header name</div>
<div class="w-full">Header value</div>