From 975e2bfa2b48c60bba99e2f2e4f106e031230bd3 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 22 Jun 2011 21:54:28 -0500 Subject: Added navigation breadcrumb. Navigation breadcrumb has been added to the facet header. The breadcrumb will appear on details, association, and automount facets. Ticket #1323 --- install/ui/dns.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/dns.js') diff --git a/install/ui/dns.js b/install/ui/dns.js index 6ec807a09..56779a365 100644 --- a/install/ui/dns.js +++ b/install/ui/dns.js @@ -99,7 +99,7 @@ IPA.dnsrecord_facet = function(spec) { spec = spec || {}; - spec.disable_back_link = false; + spec.disable_breadcrumb = false; spec.disable_facet_tabs = false; var that = IPA.search_facet(spec); -- cgit