diff options
Diffstat (limited to 'install/ui/host.js')
-rw-r--r-- | install/ui/host.js | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/install/ui/host.js b/install/ui/host.js index 981bfc021..9ef7553e9 100644 --- a/install/ui/host.js +++ b/install/ui/host.js @@ -50,7 +50,7 @@ IPA.entity_factories.host = function () { that.add_facet(facet); facet = IPA.host_managedby_host_facet({ - 'name': 'managedby_host' + name: 'managedby_host' }); that.add_facet(facet); @@ -503,18 +503,12 @@ IPA.host_managedby_host_facet = function (spec) { }).appendTo(container); }; - that.create_column({name: 'description'}); - that.create_adder_column({ name: 'fqdn', primary_key: true, - width: '100px' + width: '200px' }); - that.create_adder_column({ - name: 'description', - width: '100px' - }); that.association_facet_init(); }; |