mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
UI support for ssh keys
To user and host details pages was added ipasshpubkey attribute. New widget for ssh public keys was created. https://fedorahosted.org/freeipa/ticket/2340
This commit is contained in:
@@ -63,7 +63,12 @@ IPA.host.entity = function(spec) {
|
||||
'l',
|
||||
'nshostlocation',
|
||||
'nshardwareplatform',
|
||||
'nsosversion'
|
||||
'nsosversion',
|
||||
{
|
||||
type: 'sshkeys',
|
||||
name: 'ipasshpubkey',
|
||||
label: IPA.messages.objects.sshkeystore.keys
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user