mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
added widget name rendering
This commit is contained in:
parent
6b29bab366
commit
6246e3557b
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ class WidgetPlot extends Component {
|
|||
|
||||
return (
|
||||
<div className="plot-widget" ref="wrapper">
|
||||
<h4>{this.props.widget.name}</h4>
|
||||
|
||||
<div className="widget-plot">
|
||||
<Plot signals={ this.props.widget.signals } time={ this.props.widget.time } simulatorData={ simulatorData } />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue