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, 2 insertions, 2 deletions
diff --git a/install/ui/host.js b/install/ui/host.js
index bcff252dd..7eb2e98e5 100644
--- a/install/ui/host.js
+++ b/install/ui/host.js
@@ -427,10 +427,10 @@ IPA.host_enrollment_section = function(spec) {
spec = spec || {};
- var that = IPA.details_list_section(spec);
+ var that = IPA.details_table_section(spec);
that.create = function(container) {
- that.list_section_create(container);
+ that.table_section_create(container);
var keytab_field = that.get_field('has_keytab');
var password_field = that.get_field('has_password');