Only show healthy nodes in the cluster node view
This commit is contained in:
@@ -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': [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user