diff options
| author | Tara Rostami <132676256+TaraRostami@users.noreply.github.com> | 2025-01-11 15:38:26 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-11 15:38:26 +0300 |
| commit | 67920a196239cd0a74dcbfdcbf5ff1c55c170c3f (patch) | |
| tree | 20997f7cb83eeccabc34f491f065ee6807e542b4 /web/html/xui/form | |
| parent | 49d3957c07bf23fdd3860b0d831104ef9d961a52 (diff) | |
Minor Fixes (UI) (#2636)
* Minor Fixes (UI)
* Update custom.min.css
Diffstat (limited to 'web/html/xui/form')
| -rw-r--r-- | web/html/xui/form/stream/stream_xhttp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/stream/stream_xhttp.html b/web/html/xui/form/stream/stream_xhttp.html index f985d3c6..8813bb26 100644 --- a/web/html/xui/form/stream/stream_xhttp.html +++ b/web/html/xui/form/stream/stream_xhttp.html @@ -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> |
