mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
webui: move certificate actions to action dropdown
Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
This commit is contained in:
@@ -1128,17 +1128,11 @@ return {
|
||||
IPA.cert.certificate_evaluator
|
||||
]
|
||||
},
|
||||
header_actions: ['revoke_cert', 'restore_cert'],
|
||||
sections: [
|
||||
{
|
||||
name: 'details',
|
||||
label: '@i18n:objects.cert.certificate',
|
||||
action_panel: {
|
||||
$factory: IPA.action_panel,
|
||||
name: 'cert_actions',
|
||||
actions: [
|
||||
'revoke_cert', 'restore_cert'
|
||||
]
|
||||
},
|
||||
fields: [
|
||||
'serial_number',
|
||||
'serial_number_hex',
|
||||
|
||||
Reference in New Issue
Block a user