summaryrefslogtreecommitdiffstats
path: root/install/ui/hbac.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-08-10 20:03:02 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-09-09 19:47:51 +0000
commit844ff2075f8c1ce3131a161db9d3fb498b4940e0 (patch)
tree4b7acd0154588c93e483d0c361f1848b8f8c4503 /install/ui/hbac.js
parent290bc6a7682b9744e927b772f8f36f67eb6ff5e5 (diff)
downloadfreeipa-844ff2075f8c1ce3131a161db9d3fb498b4940e0.tar.gz
freeipa-844ff2075f8c1ce3131a161db9d3fb498b4940e0.tar.xz
freeipa-844ff2075f8c1ce3131a161db9d3fb498b4940e0.zip
Fixed layout problem in permission adder dialog.
In order to maintain consistent layout between details page and dialog boxes the IPA.details_list_section has been replaced with IPA.details_table_section which is based on table. The IPA.target_section and other subclasses of IPA.details_list_section have been converted to use IPA.details_table_section as well. The unit tests have been updated accordingly. Ticket #1648
Diffstat (limited to 'install/ui/hbac.js')
-rw-r--r--install/ui/hbac.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/hbac.js b/install/ui/hbac.js
index 7f445b91f..0f2da3a9e 100644
--- a/install/ui/hbac.js
+++ b/install/ui/hbac.js
@@ -141,7 +141,7 @@ IPA.hbacrule_details_facet = function(spec) {
var that = IPA.details_facet(spec);
function general_section(){
- var section = IPA.details_list_section({
+ var section = IPA.details_table_section({
name: 'general',
entity:that.entity,
label: IPA.messages.details.general