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:
Endi S. Dewata
2011-10-25 14:25:31 -05:00
parent f168afbeb6
commit 5773afad44
2 changed files with 40 additions and 25 deletions

View File

@@ -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({