Change column "Administrator" for "Superuser" in users list
FEA: ItEr76S30PermissionsEnhancements
This commit is contained in:
parent
41ba7fcdcb
commit
4dee1ced71
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
<columns sizable="true">
|
||||
<newdatasortablecolumn label="${i18n:_('Username')}" sort="auto(loginName)" />
|
||||
<newdatasortablecolumn label="${i18n:_('Disabled')}" />
|
||||
<newdatasortablecolumn label="${i18n:_('Administrator')}" />
|
||||
<newdatasortablecolumn label="${i18n:_('Superuser')}" />
|
||||
<newdatasortablecolumn label="${i18n:_('Authentication type')}" />
|
||||
<newdatasortablecolumn label="${i18n:_('Bound resource')}" />
|
||||
<newdatasortablecolumn label="${i18n:_('Actions')}" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue