summaryrefslogtreecommitdiffstats
path: root/install/ui/details.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-06-22 21:54:28 -0500
committerAdam Young <ayoung@redhat.com>2011-06-23 15:50:55 -0400
commit975e2bfa2b48c60bba99e2f2e4f106e031230bd3 (patch)
tree85968b71cf05c678f160405912365e173b5342f9 /install/ui/details.js
parentc8eb76766afc8755e709cdba62586a8ab1ad65c9 (diff)
downloadfreeipa-975e2bfa2b48c60bba99e2f2e4f106e031230bd3.tar.gz
freeipa-975e2bfa2b48c60bba99e2f2e4f106e031230bd3.tar.xz
freeipa-975e2bfa2b48c60bba99e2f2e4f106e031230bd3.zip
Added navigation breadcrumb.
Navigation breadcrumb has been added to the facet header. The breadcrumb will appear on details, association, and automount facets. Ticket #1323
Diffstat (limited to 'install/ui/details.js')
-rw-r--r--install/ui/details.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/details.js b/install/ui/details.js
index 46a28e508..477857b20 100644
--- a/install/ui/details.js
+++ b/install/ui/details.js
@@ -336,7 +336,7 @@ IPA.details_facet = function(spec) {
that.create = function(container) {
if (that.entity.facets.length == 1) {
- that.disable_back_link = true;
+ that.disable_breadcrumb = true;
that.disable_facet_tabs = true;
}