summaryrefslogtreecommitdiffstats
path: root/install/ui/details.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/details.js')
-rw-r--r--install/ui/details.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/details.js b/install/ui/details.js
index c5006c71..2fb3889b 100644
--- a/install/ui/details.js
+++ b/install/ui/details.js
@@ -523,6 +523,7 @@ IPA.details_facet = function (spec) {
that.refresh = spec.refresh || IPA.details_refresh;
that.sections = [];
+
that.__defineGetter__("entity_name", function(){
return that._entity_name;
});