Browse Source

chore: move client table into components

danilshishkevich 1 week ago
parent
commit
fe791b6e99
2 changed files with 2 additions and 2 deletions
  1. 1 1
      web/html/xui/component/aClientTable.html
  2. 1 1
      web/html/xui/inbounds.html

+ 1 - 1
web/html/xui/inbound_client_table.html → web/html/xui/component/aClientTable.html

@@ -1,4 +1,4 @@
-{{define "client_table"}}
+{{define "component/aClientTable"}}
 <template slot="actions" slot-scope="text, client, index">
   <a-tooltip>
     <template slot="title">{{ i18n "qrCode" }}</template>

+ 1 - 1
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>