summaryrefslogtreecommitdiffstats
path: root/install/static/details.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-11-23 22:24:50 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2010-11-24 20:30:34 -0500
commit841c290113f4871343294aca06307b909c4c3f45 (patch)
tree336828def1ab096617a20de7e67aeda12027623f /install/static/details.js
parenta34bb67cbd7e1e860e856bcf53bef764d9b1c9d9 (diff)
downloadfreeipa-841c290113f4871343294aca06307b909c4c3f45.tar.gz
freeipa-841c290113f4871343294aca06307b909c4c3f45.tar.xz
freeipa-841c290113f4871343294aca06307b909c4c3f45.zip
action panel formatting
Cleans up the indentation of the action panel Puts the sudo and HBAC entries in a consistent order
Diffstat (limited to 'install/static/details.js')
-rw-r--r--install/static/details.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/install/static/details.js b/install/static/details.js
index 3b4edda6c..a989d9d4e 100644
--- a/install/static/details.js
+++ b/install/static/details.js
@@ -457,9 +457,7 @@ function ipa_details_create(container)
var action_panel = that.get_action_panel();
var ul = $('ul', action_panel);
- var buttons = $('<li/>', {
- 'class': 'details-buttons'
- }).prependTo(ul);
+ var buttons = $('.action-controls',action_panel);
$('<input/>', {
'type': 'text',