summaryrefslogtreecommitdiffstats
path: root/install/ui/association.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-08-02 16:48:08 -0500
committerAdam Young <ayoung@redhat.com>2011-08-02 22:56:58 -0400
commit9150187ab95f272de4e3c8bc1a1fe2acf08328f8 (patch)
tree9143c67482ae77665be7b72b52acc3362ae8371c /install/ui/association.js
parent6412e59eedf5884456110a6597e35148925e4f46 (diff)
downloadfreeipa-9150187ab95f272de4e3c8bc1a1fe2acf08328f8.tar.gz
freeipa-9150187ab95f272de4e3c8bc1a1fe2acf08328f8.tar.xz
freeipa-9150187ab95f272de4e3c8bc1a1fe2acf08328f8.zip
Resizable adder dialog box.
The tables in the adder dialog have been modified to expand according to the size of the dialog. This patch also fixes the problem with row height on IE. Ticket #1542
Diffstat (limited to 'install/ui/association.js')
-rw-r--r--install/ui/association.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/association.js b/install/ui/association.js
index 5b8a311ae..3c924549f 100644
--- a/install/ui/association.js
+++ b/install/ui/association.js
@@ -217,7 +217,7 @@ IPA.association_adder_dialog = function (spec) {
name: pkey_name,
label: IPA.metadata.objects[spec.other_entity].label,
primary_key: true,
- width: '200px'
+ width: '600px'
}];
}
}