diff --git a/apps/clustering/views.py b/apps/clustering/views.py index efaafe1ad5..e00f7b4da2 100644 --- a/apps/clustering/views.py +++ b/apps/clustering/views.py @@ -22,7 +22,7 @@ def node_list(request): context = { 'object_list': Node.objects.all(), 'title': _(u'nodes'), - 'extra_columns': [ + 'extra_columns_preffixed': [ { 'name': _(u'hostname'), 'attribute': 'hostname',