summaryrefslogtreecommitdiffstats
path: root/install/ui/details.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-06-16 16:35:13 -0500
committerAdam Young <ayoung@redhat.com>2011-06-16 20:11:22 -0400
commit313f201ea5b236311837d687119a4dd67fdb9372 (patch)
treea01e33889d52354ed955ed3a204a0eec72004d7d /install/ui/details.js
parentdbeae4e3f43a15c84d95447c0c38266f06402ea2 (diff)
downloadfreeipa-313f201ea5b236311837d687119a4dd67fdb9372.tar.gz
freeipa-313f201ea5b236311837d687119a4dd67fdb9372.tar.xz
freeipa-313f201ea5b236311837d687119a4dd67fdb9372.zip
Merged direct and indirect association facets
The direct and indirect associations are now displayed in the same facet. The type of association to be displayed can be selected using radio buttons. Ticket #1338
Diffstat (limited to 'install/ui/details.js')
-rw-r--r--install/ui/details.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/details.js b/install/ui/details.js
index f5a3e4d80..d4a013ad9 100644
--- a/install/ui/details.js
+++ b/install/ui/details.js
@@ -376,7 +376,7 @@ IPA.details_facet = function(spec) {
name: 'expand_all',
href: 'expand_all',
label: 'Expand All',
- 'class': 'expand-collapse-all',
+ 'class': 'right-aligned-controls',
style: 'display: none;',
click: function() {
that.expand_button.css('display', 'none');
@@ -395,7 +395,7 @@ IPA.details_facet = function(spec) {
name: 'collapse_all',
href: 'collapse_all',
label: 'Collapse All',
- 'class': 'expand-collapse-all',
+ 'class': 'right-aligned-controls',
click: function() {
that.expand_button.css('display', 'inline');
that.collapse_button.css('display', 'none');