mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fixed host Enrolled column.
The Enrolled column in the host search page has been added back to show the host enrollment status based on has_keytab attribute. Ticket #2020
This commit is contained in:
@@ -31,7 +31,11 @@ IPA.entity_factories.host = function () {
|
||||
search_facet({
|
||||
columns: [
|
||||
'fqdn',
|
||||
'description'
|
||||
'description',
|
||||
{
|
||||
name: 'has_keytab',
|
||||
label: IPA.messages.objects.host.enrolled
|
||||
}
|
||||
]
|
||||
}).
|
||||
details_facet({
|
||||
|
||||
Reference in New Issue
Block a user