Sfoglia il codice sorgente

Minor Fixes (UI) (#2636)

* Minor Fixes (UI)

* Update custom.min.css
Tara Rostami 2 mesi fa
parent
commit
67920a1962

File diff suppressed because it is too large
+ 0 - 0
web/assets/css/custom.min.css


+ 1 - 1
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>

Some files were not shown because too many files changed in this diff