Browse Source

Update index.js

pull/10259/head
maliming 4 years ago
committed by GitHub
parent
commit
915f0cc4a0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/identity/src/Volo.Abp.Identity.Web/Pages/Identity/Users/index.js

2
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 ;

Loading…
Cancel
Save