mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
webui: Show 'Sudo order' column
In the 'Sudo rules' page, the 'Sudo order' column should be visible in the list so the users can easily see which rules override other rules based on their order. Fixes: https://pagure.io/freeipa/issue/9237 Signed-off-by: Carla Martinez <carlmart@redhat.com> Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
parent
04c2b06984
commit
926680ffb2
@ -47,6 +47,7 @@ var spec = {
|
||||
row_enabled_attribute: 'ipaenabledflag',
|
||||
columns: [
|
||||
'cn',
|
||||
'sudoorder',
|
||||
{
|
||||
name: 'ipaenabledflag',
|
||||
label: '@i18n:status.label',
|
||||
|
Loading…
Reference in New Issue
Block a user