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
parent 04c2b06984
commit 926680ffb2

View File

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