Make a node worker count appear after it's main list view attributes
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user