mirror of
https://github.com/yhl452493373/frpc-panel.git
synced 2026-04-04 06:17:00 +08:00
show client info correctly in index
This commit is contained in:
@@ -26,8 +26,8 @@ var loadClientInfo = (function ($) {
|
||||
}
|
||||
|
||||
function renderClientInfo(data) {
|
||||
data.tcp_mux = i18n[data.tcp_mux];
|
||||
data.tls_enable = i18n[data.tls_enable];
|
||||
data.transport.tcpMux = i18n[data.transport.tcpMux];
|
||||
data.transport.tls.enable = i18n[data.transport.tls.enable];
|
||||
var html = layui.laytpl($('#clientInfoTemplate').html()).render(data);
|
||||
$('#content').html(html);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user