Add state field to node class

This commit is contained in:
Roberto Rosario
2012-08-02 21:27:42 -04:00
parent 5cd81ddebb
commit a549c0e6df
6 changed files with 73 additions and 9 deletions

View File

@@ -41,7 +41,10 @@ def node_list(request):
'name': _(u'memory usage'),
'attribute': 'memory_usage',
},
{
'name': _(u'state'),
'attribute': 'get_state_display',
},
],
'hide_object': True,
}