From 4a2f812eb4b1e42c7dc02b4a5485c81e10abed70 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Mon, 19 Mar 2012 09:24:12 +0100 Subject: Added mac address to host page Part of support for ether maps. https://fedorahosted.org/freeipa/ticket/2548 --- install/ui/host.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install/ui/host.js') 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' } ] }, -- cgit