From af339cd5468e234ddef9b476d33dc2a0b8215028 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 21 Jul 2011 09:07:23 -0500 Subject: Fixed problem loading data in HBAC/sudo details page. In a recent change the details page was changed to create and locate field containers with 'details-field' CSS class. The HBAC and sudo custom details pages have been modified to use the same CSS class. Ticket #1508 --- install/ui/sudo.js | 39 ++++++++++++++++++++++++++------------- 1 file changed, 26 insertions(+), 13 deletions(-) (limited to 'install/ui/sudo.js') diff --git a/install/ui/sudo.js b/install/ui/sudo.js index efa5a955e..fecb0b070 100644 --- a/install/ui/sudo.js +++ b/install/ui/sudo.js @@ -787,7 +787,8 @@ IPA.sudo.rule_details_general_section = function(spec) { var span = $('', { name: 'cn', - title: param_info ? param_info.doc : 'cn' + title: param_info ? param_info.doc : 'cn', + 'class': 'details-field' }).appendTo(td); $('