diff options
Diffstat (limited to 'web/html/xray.html')
| -rw-r--r-- | web/html/xray.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/web/html/xray.html b/web/html/xray.html index e229350d..97876361 100644 --- a/web/html/xray.html +++ b/web/html/xray.html @@ -133,15 +133,15 @@ {{template "component/aThemeSwitch" .}} {{template "component/aTableSortable" .}} {{template "component/aSettingListItem" .}} -{{template "modals/ruleModal"}} -{{template "modals/outModal"}} -{{template "modals/reverseModal"}} -{{template "modals/balancerModal"}} -{{template "modals/dnsModal"}} -{{template "modals/dnsPresetsModal"}} -{{template "modals/fakednsModal"}} -{{template "modals/warpModal"}} -{{template "modals/nordModal"}} +{{template "modals/ruleModal" .}} +{{template "modals/outModal" .}} +{{template "modals/reverseModal" .}} +{{template "modals/balancerModal" .}} +{{template "modals/dnsModal" .}} +{{template "modals/dnsPresetsModal" .}} +{{template "modals/fakednsModal" .}} +{{template "modals/warpModal" .}} +{{template "modals/nordModal" .}} <script> const rulesColumns = [{ title: "#", |
