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