mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
webui: move radius proxy action panel commands to header actions
Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
This commit is contained in:
parent
dd69557f4e
commit
0fadb14ec7
@ -73,13 +73,7 @@ return {
|
||||
'ipatokenusermapattribute', // TODO: add validation
|
||||
'ipatokenradiustimeout',
|
||||
'ipatokenradiusretries'
|
||||
],
|
||||
action_panel: {
|
||||
name: 'radius_actions',
|
||||
actions: [
|
||||
'password'
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
actions: [
|
||||
@ -89,7 +83,8 @@ return {
|
||||
password_name: 'ipatokenradiussecret'
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
header_actions: ['password']
|
||||
}
|
||||
],
|
||||
adder_dialog: {
|
||||
|
Loading…
Reference in New Issue
Block a user