Added mac address to host page

Part of support for ether maps.

https://fedorahosted.org/freeipa/ticket/2548
This commit is contained in:
Petr Vobornik
2012-03-19 09:24:12 +01:00
parent 661d82ad75
commit 4a2f812eb4
5 changed files with 17 additions and 0 deletions

View File

@@ -68,6 +68,10 @@ IPA.host.entity = function(spec) {
type: 'sshkeys',
name: 'ipasshpubkey',
label: IPA.messages.objects.sshkeystore.keys
},
{
type: 'multivalued',
name: 'macaddress'
}
]
},