From 4080a03051b244c061fdc494dec67d3ee97f9a1a Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 3 Jun 2011 11:33:32 -0400 Subject: dialog scrolling table Tables on the dialog page need to have the scrolling set but should not resize with the main window, since their window is a JQuery UI dialog. --- install/ui/aci.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/aci.js') diff --git a/install/ui/aci.js b/install/ui/aci.js index d507e2d0..70fe6d92 100644 --- a/install/ui/aci.js +++ b/install/ui/aci.js @@ -50,6 +50,7 @@ IPA.entity_factories.permission = function() { }]}). standard_association_facets(). adder_dialog({ + height: '400', fields:[ 'cn', { -- cgit