Skip to content

Commit 1d9d5ec

Browse files
committed
fixed ui
1 parent a32f317 commit 1d9d5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/html/xui/form/tls_settings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@
122122
<a-form v-else-if="inbound.xtls" layout="inline">
123123
<a-form-item label='{{ i18n "domainName" }}'>
124124
<a-input v-model.trim="inbound.stream.xtls.server"></a-input>
125-
<a-button type="primary" icon="import" size="small" @click="inbound.stream.xtls.server = window.location.hostname" style="margin-left: 10px; margin-top: -3px">&nbsp;</a-button>
126125
</a-form-item>
126+
<a-button type="primary" icon="import" size="small" @click="inbound.stream.xtls.server = window.location.hostname" style="margin-left: 10px; margin-top: -3px">&nbsp;</a-button>
127127
<a-form-item label="SNI" placeholder="Server Name Indication">
128128
<a-input v-model.trim="inbound.stream.xtls.settings.serverName" style="width: 250px"></a-input>
129129
</a-form-item>

0 commit comments

Comments
 (0)