summaryrefslogtreecommitdiffstats
path: root/install/static/hbacsvc.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-14 15:14:32 -0500
committerEndi Sukma Dewata <edewata@people01.fedoraproject.org>2011-01-15 04:42:49 +0000
commit285ee9db0ccdac92e0b2b7253483111a5152a465 (patch)
tree220cd269c969f08bf7569045e20b57a38ceaae6e /install/static/hbacsvc.js
parentf92c831a323f0e32d8bb2c2c0623fcaa2f273bd7 (diff)
downloadfreeipa.git-285ee9db0ccdac92e0b2b7253483111a5152a465.tar.gz
freeipa.git-285ee9db0ccdac92e0b2b7253483111a5152a465.tar.xz
freeipa.git-285ee9db0ccdac92e0b2b7253483111a5152a465.zip
Details to Settings
Using I18N messages for most of the details
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 eacdf868..dc0bc323 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
+};