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.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/install/ui/association.js b/install/ui/association.js
index 54a8f6ae2..ad2268f5c 100644
--- a/install/ui/association.js
+++ b/install/ui/association.js
@@ -817,13 +817,6 @@ IPA.association_facet = function (spec) {
that.pkey = $.bbq.getState(that.entity_name+'-pkey');
var other_label = IPA.metadata.objects[that.other_entity].label;
- var title = that.title;
- title = title.replace('${entity}', that.entity_name);
- title = title.replace('${primary_key}', that.pkey);
- title = title.replace('${other_entity}', other_label);
-
- that.set_title(container, title);
-
if (!that.read_only) {
that.remove_button = IPA.action_button({
name: 'remove',