Skip to content

Commit

Permalink
inbound - better view
Browse files Browse the repository at this point in the history
  • Loading branch information
MHSanaei committed Oct 8, 2024
1 parent 882a834 commit 5c5c0d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 5 additions & 3 deletions web/html/xui/form/inbound.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@
</template>

<!-- sniffing -->
<template>
{{template "form/sniffing"}}
</template>
<a-collapse>
<a-collapse-panel header='Sniffing'>
{{template "form/sniffing"}}
</a-collapse-panel>
</a-collapse>
{{end}}
3 changes: 1 addition & 2 deletions web/html/xui/form/sniffing.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{{define "form/sniffing"}}
<a-divider style="margin:0;"></a-divider>
<a-form :colon="false" :label-col="{ md: {span:8} }" :wrapper-col="{ md: {span:14} }">
<a-form-item>
<span slot="label">
Sniffing
{{ i18n "enabled" }}
<a-tooltip>
<template slot="title">
<span>{{ i18n "pages.inbounds.noRecommendKeepDefault" }}</span>
Expand Down

0 comments on commit 5c5c0d7

Please sign in to comment.