From 841c290113f4871343294aca06307b909c4c3f45 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 23 Nov 2010 22:24:50 -0500 Subject: action panel formatting Cleans up the indentation of the action panel Puts the sudo and HBAC entries in a consistent order --- install/static/sudocmd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/static/sudocmd.js') diff --git a/install/static/sudocmd.js b/install/static/sudocmd.js index 2ac947fc..4255a31e 100755 --- a/install/static/sudocmd.js +++ b/install/static/sudocmd.js @@ -101,7 +101,7 @@ function ipa_sudocmd_search_facet(spec) { $('
  • ', { title: 'sudorule', text: 'SUDO Rules' - }).appendTo(ul); + }).prependTo(ul); $('
  • ', { title: 'sudocmdgroup', -- cgit