summaryrefslogtreecommitdiffstats
path: root/install/ui/details.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-05-04 14:20:38 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-05-04 14:26:17 -0500
commit0eb96f87f6ab3018ac15580480ef50f53e525d28 (patch)
tree5271f6442d883140f4749db5d1c68fc514141cc6 /install/ui/details.js
parentdf09ba120405edfaebcf4cb96cee7a643ad9cb2f (diff)
downloadfreeipa-navigation.tar.gz
freeipa-navigation.tar.xz
freeipa-navigation.zip
Moved back link next to facet tabs.navigation
The back link has been moved from the far right of the page, which is not very intuitive, into a location next to the facet tabs.
Diffstat (limited to 'install/ui/details.js')
-rw-r--r--install/ui/details.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/install/ui/details.js b/install/ui/details.js
index a4b36db7..bcc96e66 100644
--- a/install/ui/details.js
+++ b/install/ui/details.js
@@ -450,10 +450,8 @@ IPA.details_facet = function(spec) {
that.entity.header.set_pkey(that.pkey);
if (that.entity.facets.length == 1) {
- that.entity.header.back_link.css('visibility', 'hidden');
that.entity.header.facet_tabs.css('visibility', 'hidden');
} else {
- that.entity.header.back_link.css('visibility', 'visible');
that.entity.header.facet_tabs.css('visibility', 'visible');
}
};