Released 19th May 2020
We have introduced a new dashboard component called a Node Panel, this is similar to a node panel in a business service but there are times you quickly want to show
a singular node without having to create a whole business service collection. These are driven through our schema based component editing and use a typeahead component to quickly search for the nodes name.
Note when editing the component after the dashboard has been save you will see the nodes UUID in the node field instead of its name, this translation will be fixed in an upcoming release but does not impact how the component queries the data.
To help configuration of dashboard components by end users are have introduced form to drive the GUI to edit these components
"parameter_schema" : { "parameters_overrides~node_name_filter": { "type": "Select2", "title": "Node", "templated_schema": "ChartsNodeTypeaheadSchema"}, "parameters_overrides~nodes~configuration~group": {"type": "Text", "title": "Group"}, "parameters_overrides~nodes~configuration~location": {"type": "Text", "title": "Location"} } |