summaryrefslogtreecommitdiffstats
path: root/install/ui/entity.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/entity.js')
-rw-r--r--install/ui/entity.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/entity.js b/install/ui/entity.js
index 8b05d475a..15e45aad9 100644
--- a/install/ui/entity.js
+++ b/install/ui/entity.js
@@ -882,7 +882,7 @@ IPA.entity_builder = function(){
if (spec.factory) {
section = spec.factory(spec);
} else {
- section = IPA.details_list_section(spec);
+ section = IPA.details_table_section(spec);
}
facet.add_section(section);
var fields = spec.fields;