summaryrefslogtreecommitdiffstats
path: root/install/static/details.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-11-09 20:04:49 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2010-11-14 01:53:41 -0500
commit821987fe674d2685809d6150316b3a99bda37b6a (patch)
tree105cf5c77a3752533b1a730447b5561c34cb92b6 /install/static/details.js
parentd658b0de5c52d5b9e2679f05f8c0b15237c63c15 (diff)
downloadfreeipa-821987fe674d2685809d6150316b3a99bda37b6a.tar.gz
freeipa-821987fe674d2685809d6150316b3a99bda37b6a.tar.xz
freeipa-821987fe674d2685809d6150316b3a99bda37b6a.zip
layout
Closer to the layout from the spec The facets have been moved to the action panel, to the left of the page the facets are now rendered in an area of the screen with a client class
Diffstat (limited to 'install/static/details.js')
-rw-r--r--install/static/details.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/install/static/details.js b/install/static/details.js
index efb896a6c..4a024e986 100644
--- a/install/static/details.js
+++ b/install/static/details.js
@@ -339,10 +339,9 @@ function ipa_details_create(container)
var entity_name = container.attr('id');
container.attr('title', entity_name);
- facet.setup_views(container);
var details = $('<div/>', {
- 'class': 'details'
+ 'class': 'content'
}).appendTo(container);
var buttons = $('<div/>', {