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:32:33 +0000
commit0882c25c665da4cf0a14ab4b8eae10bcf86e9c5d (patch)
treec6d29e86deec6b45360015e6ebca286278fe2f78 /install/ui/association.js
parentdf049ff13dadceb8eeecc960622c8796cf287bec (diff)
downloadfreeipa.git-0882c25c665da4cf0a14ab4b8eae10bcf86e9c5d.tar.gz
freeipa.git-0882c25c665da4cf0a14ab4b8eae10bcf86e9c5d.tar.xz
freeipa.git-0882c25c665da4cf0a14ab4b8eae10bcf86e9c5d.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 a9cce8e8..a9a2b50a 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