summaryrefslogtreecommitdiffstats
path: root/install/ui/host.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/host.js')
-rw-r--r--install/ui/host.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/install/ui/host.js b/install/ui/host.js
index 6f9e35776..8c67f6361 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'
}
]
},