Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/xui/form/inbound.html')
-rw-r--r--web/html/xui/form/inbound.html16
1 files changed, 10 insertions, 6 deletions
diff --git a/web/html/xui/form/inbound.html b/web/html/xui/form/inbound.html
index 2930b7be..3a3b352f 100644
--- a/web/html/xui/form/inbound.html
+++ b/web/html/xui/form/inbound.html
@@ -115,13 +115,17 @@
</template>
<!-- sniffing -->
-<template>
- {{template "form/sniffing"}}
-</template>
+<a-collapse>
+ <a-collapse-panel header='Sniffing'>
+ {{template "form/sniffing"}}
+ </a-collapse-panel>
+</a-collapse>
<!-- allocate -->
-<template>
- {{template "form/allocate"}}
-</template>
+<a-collapse>
+ <a-collapse-panel header='Allocate'>
+ {{template "form/allocate"}}
+ </a-collapse-panel>
+</a-collapse>
{{end}}