From ca436d9ec3210e0c573ea96ae7d6fe71dc9bf943 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Mon, 6 Dec 2010 15:28:28 -0600 Subject: SUDO Command Groups adjustments The association facet for SUDO Command Groups has been removed and replaced with an association table in the details page. --- install/static/associate.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/static/associate.js') diff --git a/install/static/associate.js b/install/static/associate.js index 48bb0225..e159c4dd 100644 --- a/install/static/associate.js +++ b/install/static/associate.js @@ -299,13 +299,13 @@ function ipa_association_table_widget(spec) { $('', { 'type': 'button', 'name': 'remove', - 'value': 'Remove '+that.label + 'value': 'Remove' }).appendTo(buttons); $('', { 'type': 'button', 'name': 'add', - 'value': 'Add '+that.label + 'value': 'Add' }).appendTo(buttons); }; -- cgit