File tree 2 files changed +2
-2
lines changed
web/html/xui/form/protocol
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
</ table >
19
19
</ a-collapse-panel >
20
20
</ a-collapse >
21
- < template v-if ="inbound.isTcp && ! inbound.stream.isReality ">
21
+ < template v-if ="inbound.isTcp && ( inbound.stream.isReality || inbound.stream.isTls) ">
22
22
< a-form :colon ="false " :label-col ="{ md: {span:8} } " :wrapper-col ="{ md: {span:14} } ">
23
23
< a-form-item label ="Fallbacks ">
24
24
< a-button icon ="plus " type ="primary " size ="small " @click ="inbound.settings.addFallback() "> </ a-button >
Original file line number Diff line number Diff line change 18
18
</ table >
19
19
</ a-collapse-panel >
20
20
</ a-collapse >
21
- < template v-if ="inbound.isTcp && ! inbound.stream.isReality ">
21
+ < template v-if ="inbound.isTcp && ( inbound.stream.isReality || inbound.stream.isTls) ">
22
22
< a-form :colon ="false " :label-col ="{ md: {span:8} } " :wrapper-col ="{ md: {span:14} } ">
23
23
< a-form-item label ="Fallbacks ">
24
24
< a-button icon ="plus " type ="primary " size ="small " @click ="inbound.settings.addFallback() "> </ a-button >
You can’t perform that action at this time.
0 commit comments