summaryrefslogtreecommitdiffstats
path: root/install/ui/hbac.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/hbac.js')
-rw-r--r--install/ui/hbac.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/install/ui/hbac.js b/install/ui/hbac.js
index f0a9e214f..a7e36282c 100644
--- a/install/ui/hbac.js
+++ b/install/ui/hbac.js
@@ -121,10 +121,7 @@ IPA.hbacsvcgroup_member_hbacsvc_table_widget = 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)