diff options
author | Petr VobornÃk <pvoborni@redhat.com> | 2012-02-06 14:52:09 +0100 |
---|---|---|
committer | Petr VobornÃk <pvoborni@redhat.com> | 2012-02-15 09:23:05 +0100 |
commit | eb87b8c31931e682cbb927896d1d60a0266e1263 (patch) | |
tree | 0fc668d7d2c3304f64df005468834ca614712de1 /install/ui/host.js | |
parent | 651f9324735d0680c6a56246616932459e15b99d (diff) | |
download | freeipa.git-eb87b8c31931e682cbb927896d1d60a0266e1263.tar.gz freeipa.git-eb87b8c31931e682cbb927896d1d60a0266e1263.tar.xz freeipa.git-eb87b8c31931e682cbb927896d1d60a0266e1263.zip |
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
Diffstat (limited to 'install/ui/host.js')
-rw-r--r-- | install/ui/host.js | 7 |
1 files changed, 6 insertions, 1 deletions
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 + } ] }, { |