maliming
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
modules/identity/src/Volo.Abp.Identity.Web/Pages/Identity/Users/index.js
|
|
|
@ -82,7 +82,7 @@ |
|
|
|
render: function (data, type, row) { |
|
|
|
row.userName = $.fn.dataTable.render.text().display(row.userName); |
|
|
|
if (!row.isActive) { |
|
|
|
return '<i class="fa fa-lock"></i> <span class="opc-65">' + row.userName + '</span>'; |
|
|
|
return '<i class="fa fa-ban"></i> <span class="opc-65">' + row.userName + '</span>'; |
|
|
|
} |
|
|
|
|
|
|
|
return row.userName ; |
|
|
|
|