Update index.js

pull/10259/head^2
maliming 4 years ago committed by GitHub
parent ddd5a4f3e1
commit 0419db7a38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -81,7 +81,6 @@
data: 'userName',
render: function (data, type, row) {
row.userName = $.fn.dataTable.render.text().display(row.userName);
var roleHtml = row.userName;
if (!row.isActive) {
return '<i data-toggle="tooltip" data-placement="top" title="' +
l('ThisUserIsNotActiveMessage') +
@ -89,7 +88,7 @@
'<span class="opc-65">' + row.userName + '</span>';
}
return roleHtml;
return row.userName;
}
},
{

Loading…
Cancel
Save