ugh one more place to add the username

This commit is contained in:
Michael Ball 2020-07-27 19:14:34 -07:00
parent 61c107c244
commit 48a8aa37d1

View file

@ -46,7 +46,6 @@
},
"searchable": false
},
{ "data": "email" },
{
"data": "name",
"className": "truncate",
@ -54,6 +53,8 @@
return '<span data-toggle="tooltip" title="'+data+'">'+data+'</span>'
}
},
{ "data": "email" },
{ "data": "username" },
{ "data": "attended" },
{
"data": "roles",