mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-15 06:09:58 +08:00
Fix searching player count of user at admin page
This commit is contained in:
parent
d15217ddcb
commit
e170d6685f
2
plugins
2
plugins
@ -1 +1 @@
|
||||
Subproject commit 044e57501d9333d1f64807be20bd647a7e92cdf7
|
||||
Subproject commit c4440044a48f984faf1b16ad21f91f49aedd63d8
|
@ -34,6 +34,8 @@ function initUsersTable() {
|
||||
{
|
||||
targets: 4,
|
||||
data: 'players_count',
|
||||
searchable: false,
|
||||
orderable: false,
|
||||
render: (data, type, row) => {
|
||||
return `<span title="${trans('admin.doubleClickToSeePlayers')}"
|
||||
style="cursor: pointer;"
|
||||
|
Loading…
Reference in New Issue
Block a user