summaryrefslogtreecommitdiffstats
path: root/install/static/entity.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/entity.js')
-rw-r--r--install/static/entity.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/install/static/entity.js b/install/static/entity.js
index b980c9569..30c0ea46d 100644
--- a/install/static/entity.js
+++ b/install/static/entity.js
@@ -303,8 +303,7 @@ IPA.entity_get_details_facet = function (entity_name) {
if (facet) return facet;
facet = IPA.details_facet({
- 'name': 'details',
- 'label': 'Details'
+ 'name': 'details'
});
entity.add_facet(facet);