Make a node worker count appear after it's main list view attributes

This commit is contained in:
Roberto Rosario
2012-08-01 01:46:26 -04:00
parent 8f714a9fa9
commit 74b87026ca

View File

@@ -22,7 +22,7 @@ def node_list(request):
context = { context = {
'object_list': Node.objects.all(), 'object_list': Node.objects.all(),
'title': _(u'nodes'), 'title': _(u'nodes'),
'extra_columns': [ 'extra_columns_preffixed': [
{ {
'name': _(u'hostname'), 'name': _(u'hostname'),
'attribute': 'hostname', 'attribute': 'hostname',