Minor Fixes (UI)

This commit is contained in:
TaraRostami 2025-01-08 22:27:01 -06:00
parent 49d3957c07
commit c61ce95a1d
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -17,7 +17,7 @@
</a-input>
<a-input style="width: 50%" v-model.trim="header.value"
placeholder='{{ i18n "pages.inbounds.stream.general.value" }}'>
<a-button slot="addonAfter" size="small" @click="inbound.stream.xhttp.removeHeader(index)">-</a-button>
<a-button icon="minus" slot="addonAfter" size="small" @click="inbound.stream.xhttp.removeHeader(index)"></a-button>
</a-input>
</a-input-group>
</a-form-item>