Details to Settings

Using I18N messages for most of the details
This commit is contained in:
Adam Young
2011-01-14 15:14:32 -05:00
committed by Endi Sukma Dewata
parent f92c831a32
commit 285ee9db0c
18 changed files with 61 additions and 63 deletions

View File

@@ -38,9 +38,9 @@ IPA.add_entity( function() {
that.add_facet(search_facet);
that.add_facet(function() {
var that = IPA.details_facet({name:'details',label:'Details'});
var that = IPA.details_facet({name:'details'});
that.add_section(
IPA.stanza({name:'identity', label:'Hostgroup Details'}).
IPA.stanza({name:'identity', label:'Hostgroup Settings'}).
input({name:'cn'}).
input({name: 'description'}));
return that;