diff options
| author | danilshishkevich <danilshishkevich@gmail.com> | 2025-03-24 18:17:45 +0300 |
|---|---|---|
| committer | danilshishkevich <danilshishkevich@gmail.com> | 2025-03-24 18:17:45 +0300 |
| commit | fe791b6e998472b2aca85fba386071ffc880897e (patch) | |
| tree | 25c82ae837c30094263571d8e5a2eff1560083a7 /web/html/xui/inbounds.html | |
| parent | a02bf3195d9549dcf58e00e8c1eb2be295cdbe23 (diff) | |
chore: move client table into components
Diffstat (limited to 'web/html/xui/inbounds.html')
| -rw-r--r-- | web/html/xui/inbounds.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 4a0d2c8f..6c16bfa7 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -568,7 +568,7 @@ :data-source="getInboundClients(record)" :pagination=pagination(getInboundClients(record)) :style="isMobile ? 'margin: -10px 2px -11px;' : 'margin: -10px 22px -11px;'"> - {{template "client_table"}} + {{template "component/aClientTable"}} </a-table> </template> </a-table> |
