summaryrefslogtreecommitdiffstats
path: root/install/static/service.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-12-04 00:29:05 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2010-12-06 12:52:47 -0500
commit10f3c0825bfdffa6035e78066001eb3bdc759143 (patch)
treee1a2ddef0846e12275cd661752217e461a204b7c /install/static/service.js
parent37f48c0019c64f20bfc24b021442b643eaf86aab (diff)
downloadfreeipa-10f3c0825bfdffa6035e78066001eb3bdc759143.tar.gz
freeipa-10f3c0825bfdffa6035e78066001eb3bdc759143.tar.xz
freeipa-10f3c0825bfdffa6035e78066001eb3bdc759143.zip
entity i18n
Updated the user,group,host, hostgroup, netgroup, service, and all policy entities to use the newer framework functions, in order to replaced the old array style definitions which did not support i18n. update a few of the newer framerwork functions to get the lables from the meta data. Fixed the unit tests which were expecting a details facet for users, no longer automatically created
Diffstat (limited to 'install/static/service.js')
-rw-r--r--install/static/service.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/install/static/service.js b/install/static/service.js
index 5d9e21ad..218e6af7 100644
--- a/install/static/service.js
+++ b/install/static/service.js
@@ -80,7 +80,6 @@ function ipa_service_add_dialog(spec) {
that.add_field(ipa_widget({
name: 'krbprincipalname',
- label: 'Principal'
}));
that.add_field(ipa_text_widget({
@@ -159,7 +158,7 @@ function ipa_service_search_facet(spec) {
that.init = function() {
- that.create_column({name:'krbprincipalname', label:'Principal'});
+ that.create_column({name:'krbprincipalname'});
that.search_facet_init();
};
@@ -181,8 +180,7 @@ function ipa_service_details_facet(spec) {
that.add_section(section);
section.create_field({
- name: 'krbprincipalname',
- label: 'Principal'
+ name: 'krbprincipalname'
});
section.create_field({