mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
80b4220a05
commit
b4ebcad0e0
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user