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:
Carla Martinez
2022-09-09 15:56:44 +02:00
committed by Florence Blanc-Renaud
parent 91a02174a0
commit 0513a83a4f

View File

@@ -47,6 +47,7 @@ var spec = {
row_enabled_attribute: 'ipaenabledflag',
columns: [
'cn',
'sudoorder',
{
name: 'ipaenabledflag',
label: '@i18n:status.label',