diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-09-26 17:20:35 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-09-26 17:20:35 +0300 |
| commit | ac08e8674782c735e544a02251c5aa392fa7d767 (patch) | |
| tree | 623cfdaee0cd61f7da157a5c4a31932c43de3ee9 /web/html/xui/form/inbound.html | |
| parent | c9c8abe97b71bf54d9f1920be2dfcd1d5854d5b3 (diff) | |
inbound - better view
Diffstat (limited to 'web/html/xui/form/inbound.html')
| -rw-r--r-- | web/html/xui/form/inbound.html | 16 |
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}} |
