diff options
| author | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-03-24 12:57:37 +0300 |
|---|---|---|
| committer | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-03-24 12:57:37 +0300 |
| commit | 14253c35864828458ef3eeecb05591a7ae6e641e (patch) | |
| tree | 0689a64cc3c2224baf5e26bdc91faad6813b34bb /web/html/xui/inbounds.html | |
| parent | 7b15274c842b31e8caded3e7f272237f31824852 (diff) | |
chore: moving the modals to a separate directory
Diffstat (limited to 'web/html/xui/inbounds.html')
| -rw-r--r-- | web/html/xui/inbounds.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 94333429..fd6ebe8d 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -1524,12 +1524,12 @@ }); </script> -{{template "inboundModal"}} -{{template "promptModal"}} -{{template "qrcodeModal"}} -{{template "textModal"}} -{{template "inboundInfoModal"}} -{{template "clientsModal"}} -{{template "clientsBulkModal"}} +{{template "modals/inboundModal"}} +{{template "modals/promptModal"}} +{{template "modals/qrcodeModal"}} +{{template "modals/textModal"}} +{{template "modals/inboundInfoModal"}} +{{template "modals/clientsModal"}} +{{template "modals/clientsBulkModal"}} </body> </html> |
