summaryrefslogtreecommitdiffstats
path: root/install/static/details.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-11-15 11:32:28 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2010-11-16 11:20:20 -0500
commit7abd8c6ecb0a0aafeaac9a4baa1d5db96722a3ab (patch)
tree16ff111e99ec698546b5f0b4500bd4e6d981f257 /install/static/details.js
parentb84b0239f804778b5f38482f9aa39894f92a723c (diff)
downloadfreeipa.git-7abd8c6ecb0a0aafeaac9a4baa1d5db96722a3ab.tar.gz
freeipa.git-7abd8c6ecb0a0aafeaac9a4baa1d5db96722a3ab.tar.xz
freeipa.git-7abd8c6ecb0a0aafeaac9a4baa1d5db96722a3ab.zip
buttons to action panel puts the buttons as the top li in the action panel
Diffstat (limited to 'install/static/details.js')
-rw-r--r--install/static/details.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/static/details.js b/install/static/details.js
index 49957a56..ee61f0cf 100644
--- a/install/static/details.js
+++ b/install/static/details.js
@@ -457,9 +457,9 @@ function ipa_details_create(container)
'class': 'content'
}).appendTo(container);
- var buttons = $('<div/>', {
+ var buttons = $('<li/>', {
'class': 'details-buttons'
- }).appendTo(details);
+ }).prependTo($('.action-panel ul'));
buttons.append(ipa_button({
'label': 'Reset',