mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 16:31:08 -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,14 +73,8 @@ return {
|
|||||||
'ipatokenusermapattribute', // TODO: add validation
|
'ipatokenusermapattribute', // TODO: add validation
|
||||||
'ipatokenradiustimeout',
|
'ipatokenradiustimeout',
|
||||||
'ipatokenradiusretries'
|
'ipatokenradiusretries'
|
||||||
],
|
|
||||||
action_panel: {
|
|
||||||
name: 'radius_actions',
|
|
||||||
actions: [
|
|
||||||
'password'
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
|
||||||
],
|
],
|
||||||
actions: [
|
actions: [
|
||||||
{
|
{
|
||||||
@ -89,7 +83,8 @@ return {
|
|||||||
password_name: 'ipatokenradiussecret'
|
password_name: 'ipatokenradiussecret'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
header_actions: ['password']
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
adder_dialog: {
|
adder_dialog: {
|
||||||
|
Loading…
Reference in New Issue
Block a user