diff options
author | Adam Young <ayoung@redhat.com> | 2011-01-06 13:14:38 -0500 |
---|---|---|
committer | Endi Sukma Dewata <edewata@redhat.com> | 2011-01-07 03:48:08 -0500 |
commit | 728a1d83619ef4f72f33240fe7f412d9f60b30ef (patch) | |
tree | e133dc8c9088b9041500503b670e6f44724d82fa | |
parent | 02b209a74a3f3377c7f320c0991488b60d2490cc (diff) | |
download | freeipa-728a1d83619ef4f72f33240fe7f412d9f60b30ef.tar.gz freeipa-728a1d83619ef4f72f33240fe7f412d9f60b30ef.tar.xz freeipa-728a1d83619ef4f72f33240fe7f412d9f60b30ef.zip |
dns record style
THe client aread class is added after the create call. THe logic assumes that there are two divs under the tabs. THe records facet broke that assumption. THis fixes it
-rw-r--r-- | install/static/policy.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/install/static/policy.js b/install/static/policy.js index 038b63071..e80cd6034 100644 --- a/install/static/policy.js +++ b/install/static/policy.js @@ -277,6 +277,9 @@ function ipa_records_facet(spec){ }; function create(container) { + var details = $('<div/>', { + 'class': 'content' + }).appendTo(container); } function setup(container){ |