Add API call for displaying Chef node data, including comments
jamestyj opened this issue · 2 comments
jamestyj commented
Add API call for displaying Chef node data, including comments
jamestyj commented
As discussed with Ancor, the frontend widget expects a JSON reply in the following form:
{
'columns': [ 'header1', 'header2', ... ],
'rows': [
[ 'value1a', 'value2a', ... ],
[ 'value1b', 'value2b', ... ],
...
]
}