summaryrefslogtreecommitdiffstats
path: root/install/ui/entitle.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/entitle.js')
-rw-r--r--install/ui/entitle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/entitle.js b/install/ui/entitle.js
index 66e5e2a61..7efec7204 100644
--- a/install/ui/entitle.js
+++ b/install/ui/entitle.js
@@ -326,7 +326,7 @@ IPA.entitle.entity = function(spec) {
IPA.entitle.details_facet = function(spec) {
spec = spec || {};
- spec.disable_back_link = true;
+ spec.disable_breadcrumb = true;
var that = IPA.details_facet(spec);