diff options
author | Endi S. Dewata <edewata@redhat.com> | 2010-12-06 15:28:28 -0600 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2010-12-06 20:11:46 -0500 |
commit | ca436d9ec3210e0c573ea96ae7d6fe71dc9bf943 (patch) | |
tree | e59965e29b057389ac418d2fab6b8460a2dc16ed /install/static/associate.js | |
parent | 95ea68a2175cc1bec0dbb901311e40f55b692c42 (diff) | |
download | freeipa-ca436d9ec3210e0c573ea96ae7d6fe71dc9bf943.tar.gz freeipa-ca436d9ec3210e0c573ea96ae7d6fe71dc9bf943.tar.xz freeipa-ca436d9ec3210e0c573ea96ae7d6fe71dc9bf943.zip |
SUDO Command Groups adjustments
The association facet for SUDO Command Groups has been removed and
replaced with an association table in the details page.
Diffstat (limited to 'install/static/associate.js')
-rw-r--r-- | install/static/associate.js | 4 |
1 files changed, 2 insertions, 2 deletions
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) { $('<input/>', { 'type': 'button', 'name': 'remove', - 'value': 'Remove '+that.label + 'value': 'Remove' }).appendTo(buttons); $('<input/>', { 'type': 'button', 'name': 'add', - 'value': 'Add '+that.label + 'value': 'Add' }).appendTo(buttons); }; |