From eb87b8c31931e682cbb927896d1d60a0266e1263 Mon Sep 17 00:00:00 2001 From: Petr Voborník Date: Mon, 6 Feb 2012 14:52:09 +0100 Subject: 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 --- install/ui/host.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'install/ui/host.js') diff --git a/install/ui/host.js b/install/ui/host.js index 299d147a..f2b84529 100644 --- a/install/ui/host.js +++ b/install/ui/host.js @@ -63,7 +63,12 @@ IPA.host.entity = function(spec) { 'l', 'nshostlocation', 'nshardwareplatform', - 'nsosversion' + 'nsosversion', + { + type: 'sshkeys', + name: 'ipasshpubkey', + label: IPA.messages.objects.sshkeystore.keys + } ] }, { -- cgit