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:
Petr Voborník
2012-02-06 14:52:09 +01:00
parent 651f932473
commit eb87b8c319
15 changed files with 369 additions and 26 deletions

View File

@@ -63,7 +63,12 @@ IPA.host.entity = function(spec) {
'l',
'nshostlocation',
'nshardwareplatform',
'nsosversion'
'nsosversion',
{
type: 'sshkeys',
name: 'ipasshpubkey',
label: IPA.messages.objects.sshkeystore.keys
}
]
},
{