mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Search facets show translated boolean values
Created format method for getting translated messages for boolean values - IPA.boolean_format. Used in hosts, sudo rules, hbac rules and hbac test. https://fedorahosted.org/freeipa/ticket/2027
This commit is contained in:
committed by
Endi S. Dewata
parent
c1d0f72c20
commit
0e8b57b089
@@ -39,7 +39,8 @@ IPA.host.entity = function(spec) {
|
||||
'description',
|
||||
{
|
||||
name: 'has_keytab',
|
||||
label: IPA.messages.objects.host.enrolled
|
||||
label: IPA.messages.objects.host.enrolled,
|
||||
format: IPA.boolean_format
|
||||
}
|
||||
]
|
||||
}).
|
||||
|
||||
Reference in New Issue
Block a user