mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 21:24:10 +00:00
Self-closing custom elements (<a-empty />) are invalid in HTML5 in-DOM templates. The browser treats them as opening tags, causing subsequent sibling elements to become children. This made the worker's node info table a child of the hidden <a-empty>, so it never rendered when nodes.length > 0. |
||
|---|---|---|
| .. | ||
| common | ||
| component | ||
| form | ||
| modals | ||
| settings | ||
| inbounds.html | ||
| index.html | ||
| login.html | ||
| nodes.html | ||
| settings.html | ||
| user.html | ||
| users.html | ||
| xray.html | ||