diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-01-11 17:07:46 +0700 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-01-11 21:33:45 -0500 |
commit | 308b7b3a4965d4cef55929099939f2446104eaec (patch) | |
tree | 41aec023a9d7445fec1f7f5b12450a7d192700d7 /install/static/sudocmdgroup.js | |
parent | 9d0dc89b03d4e3f50d54d1189a119016b2c805c3 (diff) | |
download | freeipa.git-308b7b3a4965d4cef55929099939f2446104eaec.tar.gz freeipa.git-308b7b3a4965d4cef55929099939f2446104eaec.tar.xz freeipa.git-308b7b3a4965d4cef55929099939f2446104eaec.zip |
Added group association table for SUDO command.
A section has been added to the SUDO command details page for managing
the association with SUDO command groups. New test data has been added
as well.
Diffstat (limited to 'install/static/sudocmdgroup.js')
-rwxr-xr-x | install/static/sudocmdgroup.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/static/sudocmdgroup.js b/install/static/sudocmdgroup.js index 1fb5e189..a78d088b 100755 --- a/install/static/sudocmdgroup.js +++ b/install/static/sudocmdgroup.js @@ -169,6 +169,7 @@ function ipa_sudocmdgroup_member_sudocmd_table_widget(spec) { }; that.create_column({ + name: 'description', label: 'Description', width: '150px' }); |