summaryrefslogtreecommitdiffstats
path: root/install/ui/association.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/association.js')
-rw-r--r--install/ui/association.js3
1 files changed, 2 insertions, 1 deletions
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
});
}