mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Removed 'role' suffix from roles listing page
This commit is contained in:
parent
ce4b389df0
commit
05453e7379
@ -131,7 +131,7 @@ function loadRoles() {
|
||||
class: "fade-edge",
|
||||
data: "name",
|
||||
render: function (name, type, row, meta) {
|
||||
return '<h4>' + name + 'role</h4>';
|
||||
return '<h4>' + name + '</h4>';
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user