summaryrefslogtreecommitdiffstats
path: root/install/static/sudocmd.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/sudocmd.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/sudocmd.js')
-rwxr-xr-xinstall/static/sudocmd.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/sudocmd.js b/install/static/sudocmd.js
index 2ac947fcf..4255a31e3 100755
--- a/install/static/sudocmd.js
+++ b/install/static/sudocmd.js
@@ -101,7 +101,7 @@ function ipa_sudocmd_search_facet(spec) {
$('<li/>', {
title: 'sudorule',
text: 'SUDO Rules'
- }).appendTo(ul);
+ }).prependTo(ul);
$('<li/>', {
title: 'sudocmdgroup',