diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2012-03-19 09:24:12 +0100 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2012-03-20 17:32:23 +0100 |
commit | 4a2f812eb4b1e42c7dc02b4a5485c81e10abed70 (patch) | |
tree | bbc8a07acfdbb5cca35bdf990cbfe48f9330bdf1 /install/ui/host.js | |
parent | 661d82ad75c1a5bca37f225bb7d0f08bbc9be033 (diff) | |
download | freeipa.git-4a2f812eb4b1e42c7dc02b4a5485c81e10abed70.tar.gz freeipa.git-4a2f812eb4b1e42c7dc02b4a5485c81e10abed70.tar.xz freeipa.git-4a2f812eb4b1e42c7dc02b4a5485c81e10abed70.zip |
Added mac address to host page
Part of support for ether maps.
https://fedorahosted.org/freeipa/ticket/2548
Diffstat (limited to 'install/ui/host.js')
-rw-r--r-- | install/ui/host.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install/ui/host.js b/install/ui/host.js index 6f9e3577..8c67f636 100644 --- a/install/ui/host.js +++ b/install/ui/host.js @@ -68,6 +68,10 @@ IPA.host.entity = function(spec) { type: 'sshkeys', name: 'ipasshpubkey', label: IPA.messages.objects.sshkeystore.keys + }, + { + type: 'multivalued', + name: 'macaddress' } ] }, |