| Trees | Indices | Help |
|
|---|
|
|
Five.browser.BrowserView --+
|
ProductionStatePortletView
Return a map of device to production state in a format suitable for a YUI data table.
|
|||
|
|||
|
|||
|
|||
|
Return a map of device to production state in a format suitable for a
YUI data table.
@return: A JSON representation of a dictionary describing devices
@rtype: "{
'columns':['Device', 'Prod State'],
'data':[
{'Device':'<a href=/>', 'Prod State':'Production'},
{'Device':'<a href=/>', 'Prod State':'Maintenance'},
]}"
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jul 14 12:01:43 2010 | http://epydoc.sourceforge.net |