summaryrefslogtreecommitdiffstats
path: root/install/ui/details.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/details.js')
-rw-r--r--install/ui/details.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/install/ui/details.js b/install/ui/details.js
index a2ad08961..895c19aa1 100644
--- a/install/ui/details.js
+++ b/install/ui/details.js
@@ -367,13 +367,15 @@ IPA.details_facet = function(spec) {
name: 'expand_all',
href: 'expand_all',
text: 'Expand All',
+ 'class': 'expand-collapse-all',
style: 'display: none;'
}).appendTo(details);
$('<a/>', {
name: 'collapse_all',
href: 'collapse_all',
- text: 'Collapse All'
+ text: 'Collapse All',
+ 'class': 'expand-collapse-all'
}).appendTo(details);
details.append('<br/>');