summaryrefslogtreecommitdiffstats
path: root/install/ui/host.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-10-25 14:25:31 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-10-26 12:55:04 +0000
commit5773afad44584f02b158a964847c4674269c16e8 (patch)
treeab682878fb1627959946b4797e4e8442f2481693 /install/ui/host.js
parentf168afbeb6e88e6ba66d7472529c35ed78dc6bc0 (diff)
downloadfreeipa-5773afad44584f02b158a964847c4674269c16e8.tar.gz
freeipa-5773afad44584f02b158a964847c4674269c16e8.tar.xz
freeipa-5773afad44584f02b158a964847c4674269c16e8.zip
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
Diffstat (limited to 'install/ui/host.js')
-rw-r--r--install/ui/host.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/install/ui/host.js b/install/ui/host.js
index b50287291..4c0ce6ed0 100644
--- a/install/ui/host.js
+++ b/install/ui/host.js
@@ -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({