summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/host.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/host.js')
-rw-r--r--install/ui/src/freeipa/host.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/src/freeipa/host.js b/install/ui/src/freeipa/host.js
index 40214a119..c7637a951 100644
--- a/install/ui/src/freeipa/host.js
+++ b/install/ui/src/freeipa/host.js
@@ -248,7 +248,7 @@ IPA.host.details_facet = function(spec, no_init) {
that.certificate_updated = IPA.observer();
that.get_refresh_command_name = function() {
- return that.entity.name+'_show_'+that.pkey;
+ return that.entity.name+'_show_'+that.get_pkey();
};
if (!no_init) that.init_details_facet();