diff options
author | Adam Young <ayoung@redhat.com> | 2011-10-21 16:35:02 -0400 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2011-10-24 14:44:17 +0000 |
commit | b4ebcad0e0f27ffcad73aa9bd7246f89d0dd7c9f (patch) | |
tree | 8e6ae6fcc3ab81f51cd96c50179aa76026ecd406 /install/ui/host.js | |
parent | 80b4220a051208fc040eefc741c81772069fe7fc (diff) | |
download | freeipa.git-b4ebcad0e0f27ffcad73aa9bd7246f89d0dd7c9f.tar.gz freeipa.git-b4ebcad0e0f27ffcad73aa9bd7246f89d0dd7c9f.tar.xz freeipa.git-b4ebcad0e0f27ffcad73aa9bd7246f89d0dd7c9f.zip |
remove enrolled column
We don't have a value in the API that accuratly reflects the enrollment data.
https://fedorahosted.org/freeipa/ticket/2020
Diffstat (limited to 'install/ui/host.js')
-rw-r--r-- | install/ui/host.js | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/install/ui/host.js b/install/ui/host.js index 75800889..552979b1 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({ |