summaryrefslogtreecommitdiffstats
path: root/install/ui/host.js
diff options
context:
space:
mode:
authorPetr Voborník <pvoborni@redhat.com>2012-02-06 14:52:09 +0100
committerPetr Voborník <pvoborni@redhat.com>2012-02-15 09:23:05 +0100
commiteb87b8c31931e682cbb927896d1d60a0266e1263 (patch)
tree0fc668d7d2c3304f64df005468834ca614712de1 /install/ui/host.js
parent651f9324735d0680c6a56246616932459e15b99d (diff)
downloadfreeipa.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.js7
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
+ }
]
},
{