susestudio/dashboard

Add API call for displaying Chef node data, including comments

jamestyj opened this issue · 2 comments

Add API call for displaying Chef node data, including comments

As discussed with Ancor, the frontend widget expects a JSON reply in the following form:

{ 
  'columns': [ 'header1', 'header2', ... ],
  'rows': [
    [ 'value1a', 'value2a', ... ],
    [ 'value1b', 'value2b', ... ],
    ...
  ]
}

Added in commit ddc494d.