Compare commits

..

No commits in common. "32fe8580c277ec371bfda37ba1c7e7066bc01a72" and "0cf28be1b3b2d30ae0c05dbc66bb7cc5af64b270" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View file

@ -1094,7 +1094,7 @@
settings: '{"clients": [' + clients[index].toString() + ']}', settings: '{"clients": [' + clients[index].toString() + ']}',
}) })
}) })
return await this.submit(`/panel/inbound/addGroupClient`, data, modal, true) await this.submit(`/panel/inbound/addGroupClient`, data, modal, true)
}, },
async updateClient(client, dbInboundId, clientId) { async updateClient(client, dbInboundId, clientId) {
if (Array.isArray(client) && Array.isArray(dbInboundId) && Array.isArray(clientId)){ if (Array.isArray(client) && Array.isArray(dbInboundId) && Array.isArray(clientId)){
@ -1296,7 +1296,6 @@
if (msg.success) { if (msg.success) {
await this.getDBInbounds(); await this.getDBInbounds();
} }
return msg
}, },
getInboundClients(dbInbound) { getInboundClients(dbInbound) {
return dbInbound.toInbound().clients; return dbInbound.toInbound().clients;

View file

@ -191,8 +191,6 @@
[pages.client] [pages.client]
"add" = "Thêm người dùng" "add" = "Thêm người dùng"
"groupAdd" = "Thêm người dùng đăng ký" "groupAdd" = "Thêm người dùng đăng ký"
"isGroupEdit" = "Chỉnh sửa nhóm"
"isGroupEditDesc" = "Tất cả người dùng có cùng đăng ký đều có thể được chỉnh sửa"
"edit" = "Chỉnh sửa người dùng" "edit" = "Chỉnh sửa người dùng"
"submitAdd" = "Thêm" "submitAdd" = "Thêm"
"submitEdit" = "Lưu thay đổi" "submitEdit" = "Lưu thay đổi"