summaryrefslogtreecommitdiffstats
path: root/install/ui/association.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-09-09 18:58:52 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-09-13 17:34:09 +0000
commit8d40e3813c5d7feb02d87ed86311966edd6535e9 (patch)
tree7e1aabd1f0201b9f4e8ef7c458bd6834ad862c2b /install/ui/association.js
parent65e978a243dbeb62d9b04c432dc44668ae37a965 (diff)
downloadfreeipa-8d40e3813c5d7feb02d87ed86311966edd6535e9.tar.gz
freeipa-8d40e3813c5d7feb02d87ed86311966edd6535e9.tar.xz
freeipa-8d40e3813c5d7feb02d87ed86311966edd6535e9.zip
Fixed labels for run-as users and groups.
The labels for the run-as users and groups tables in sudo rule details page have been modified to improve the clarity. Ticket #1752
Diffstat (limited to 'install/ui/association.js')
-rw-r--r--install/ui/association.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/association.js b/install/ui/association.js
index a9cce8e84..a9a2b50a0 100644
--- a/install/ui/association.js
+++ b/install/ui/association.js
@@ -324,7 +324,7 @@ IPA.association_table_widget = function (spec) {
if (!that.columns.length) {
that.create_column({
name: that.name,
- label: IPA.metadata.objects[that.other_entity].label,
+ label: that.label,
entity_name: that.other_entity,
primary_key: true,
link: true