From 0882c25c665da4cf0a14ab4b8eae10bcf86e9c5d Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 9 Sep 2011 18:58:52 -0500 Subject: 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 --- install/ui/association.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/association.js') 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 -- cgit