From 966fbd6485f3e2a1bc7fa4c3f96fcb435daa553d Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 3 Aug 2011 17:15:05 -0500 Subject: Linked entries in HBAC/sudo details page. The association tables in HBAC/sudo details page have been modified to link the entries to the appropriate details page. Ticket #1535 --- install/ui/association.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install/ui/association.js') diff --git a/install/ui/association.js b/install/ui/association.js index 3c924549f..2c6a1d200 100644 --- a/install/ui/association.js +++ b/install/ui/association.js @@ -320,7 +320,8 @@ IPA.association_table_widget = function (spec) { name: that.name, label: IPA.metadata.objects[that.other_entity].label, entity_name: that.other_entity, - primary_key: true + primary_key: true, + link: true }); } -- cgit