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:
committed by
Florence Blanc-Renaud
parent
91a02174a0
commit
0513a83a4f
@@ -47,6 +47,7 @@ var spec = {
|
||||
row_enabled_attribute: 'ipaenabledflag',
|
||||
columns: [
|
||||
'cn',
|
||||
'sudoorder',
|
||||
{
|
||||
name: 'ipaenabledflag',
|
||||
label: '@i18n:status.label',
|
||||
|
||||
Reference in New Issue
Block a user