mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Details to Settings
Using I18N messages for most of the details
This commit is contained in:
committed by
Endi Sukma Dewata
parent
f92c831a32
commit
285ee9db0c
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user