mirror of
https://github.com/alireza0/x-ui.git
synced 2026-03-21 00:05:49 +00:00
v1.5.4
Plus some fixes and decoration
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{{define "form/streamSettings"}}
|
||||
<!-- select stream network -->
|
||||
<a-form layout="inline">
|
||||
<a-divider dashed style="margin:0;">
|
||||
<a-form-item label="{{ i18n "transmission" }}">
|
||||
<a-select v-model="inbound.stream.network" @change="streamNetworkChange"
|
||||
:dropdown-class-name="themeSwitcher.darkCardClass">
|
||||
@@ -12,6 +13,7 @@
|
||||
<a-select-option value="grpc">grpc</a-select-option>
|
||||
</a-select>
|
||||
</a-form-item>
|
||||
</a-divider>
|
||||
</a-form>
|
||||
|
||||
<!-- tcp -->
|
||||
|
||||
Reference in New Issue
Block a user