Explorar o código

chore: move client table into components

danilshishkevich hai 1 semana
pai
achega
fe791b6e99
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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>