remove enrolled column

We don't have a value in the API  that accuratly reflects the enrollment data.

https://fedorahosted.org/freeipa/ticket/2020
This commit is contained in:
Adam Young 2011-10-21 16:35:02 -04:00 committed by Endi S. Dewata
parent 80b4220a05
commit b4ebcad0e0

View File

@ -31,12 +31,7 @@ IPA.entity_factories.host = function () {
search_facet({
columns: [
'fqdn',
'description',
{
name: 'krblastpwdchange',
label: IPA.messages.objects.host.enrolled,
format: IPA.utc_date_column_format
}
'description'
]
}).
details_facet({