summaryrefslogtreecommitdiffstats
path: root/install/static/hbacsvc.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/hbacsvc.js')
-rw-r--r--install/static/hbacsvc.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/install/static/hbacsvc.js b/install/static/hbacsvc.js
index eacdf8683..dc0bc3230 100644
--- a/install/static/hbacsvc.js
+++ b/install/static/hbacsvc.js
@@ -44,8 +44,7 @@ IPA.hbacsvc = function () {
that.add_facet(facet);
facet = IPA.hbacsvc_details_facet({
- 'name': 'details',
- 'label': 'Details'
+ 'name': 'details'
});
that.add_facet(facet);
@@ -116,4 +115,4 @@ IPA.hbacsvc_details_facet = function (spec) {
};
return that;
-}; \ No newline at end of file
+};