summaryrefslogtreecommitdiffstats
path: root/install/ui/host.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/host.js')
-rw-r--r--install/ui/host.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/install/ui/host.js b/install/ui/host.js
index bd694ee61..cf78970f8 100644
--- a/install/ui/host.js
+++ b/install/ui/host.js
@@ -379,10 +379,7 @@ IPA.host_managedby_host_facet = function (spec) {
'html': value,
'click': function (value) {
return function() {
- var state = IPA.tab_state(that.other_entity);
- state[that.other_entity + '-facet'] = 'details';
- state[that.other_entity + '-pkey'] = value;
- $.bbq.pushState(state);
+ IPA.nav.show_page(that.other_entity, 'details', value);
return false;
};
}(value)