From 3229eee074e6b419f64faa9bb701a60fe96da3a6 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Sat, 9 Jul 2011 03:01:46 -0500 Subject: Added sudo options. A table has been added into sudo rule details page for managing sudo options. Ticket #1447 --- install/ui/widget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/widget.js') diff --git a/install/ui/widget.js b/install/ui/widget.js index 5eb58f63..9a3ae1ba 100644 --- a/install/ui/widget.js +++ b/install/ui/widget.js @@ -1325,7 +1325,7 @@ IPA.table_widget = function (spec) { }).appendTo(th); if (i == columns.length-1) { - $('', { + that.buttons = $('', { 'name': 'buttons', 'style': 'float: right;' }).appendTo(th); -- cgit