From 81fd790cda41644d21b9deecdc5c6e3c50155b3d Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 1 Mar 2011 21:21:19 -0500 Subject: Use modified entity find commands for associations https://fedorahosted.org/freeipa/ticket/1011 Does not completely fix the problem in the ticket, but it does mitigate the failure. --- install/ui/service.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'install/ui/service.js') diff --git a/install/ui/service.js b/install/ui/service.js index ff642a80..d8d8ad50 100644 --- a/install/ui/service.js +++ b/install/ui/service.js @@ -395,17 +395,11 @@ IPA.service_managedby_host_facet = function(spec) { }).appendTo(container); }; - that.create_column({name: 'description'}); that.create_adder_column({ name: 'fqdn', primary_key: true, - width: '100px' - }); - - that.create_adder_column({ - name: 'description', - width: '100px' + width: '200px' }); that.association_facet_init(); -- cgit