From cac74045f73a836fa08973974fca9de05b7aac45 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Jan 11 2012 17:04:14 +0000 Subject: remove enrolled column We don't have a value in the API that accuratly reflects the enrollment data. https://fedorahosted.org/freeipa/ticket/2020 --- diff --git a/install/ui/host.js b/install/ui/host.js index 7580088..552979b 100644 --- a/install/ui/host.js +++ b/install/ui/host.js @@ -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({