Fixes https://fedorahosted.org/freeipa/ticket/693
From 7181e6ff4c9b21c079d329cac11402244c6e9c41 Mon Sep 17 00:00:00 2001
From: Adam Young <ayo...@redhat.com>
Date: Thu, 6 Jan 2011 13:14:38 -0500
Subject: [PATCH] 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
---
 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 038b63071637b1cbe2ab42fb41679a713542a9d0..e80cd6034563bbdcf533ebf4d0fdb285e9004775 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){
-- 
1.7.3.4

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to