Only show healthy nodes in the cluster node view

This commit is contained in:
Roberto Rosario
2012-08-04 04:10:11 -04:00
parent 52419b8b73
commit 34c3fd61fb
2 changed files with 4 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ def node_list(request):
Permission.objects.check_permissions(request.user, [PERMISSION_NODES_VIEW])
context = {
'object_list': Node.objects.all(),
'object_list': Node.objects.live_nodes(),
'title': _(u'nodes'),
'extra_columns_preffixed': [
{