mirror of
https://github.com/yhl452493373/frps-panel.git
synced 2026-04-04 06:16:59 +08:00
add an api proxy url to access frp server info
This commit is contained in:
@@ -140,7 +140,8 @@ var loadUserList = (function ($) {
|
||||
* load i18n language
|
||||
* @param lang {{}} language json
|
||||
*/
|
||||
function loadUserList(lang) {
|
||||
function loadUserList(lang, title) {
|
||||
$("#title").text(title);
|
||||
var html = layui.laytpl($('#userListTemplate').html()).render();
|
||||
$('#content').html(html);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user