1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

visualize hover over button

This commit is contained in:
irismarie 2021-04-16 17:46:28 +02:00
parent 1a118de0a5
commit 18af356dd5

View file

@ -159,6 +159,7 @@ class ResultTable extends Component {
<div>
{/*Result table*/}
<h2 style={this.props.tableHeadingStyle}>Results
<span className='icon-button'>
<IconButton
ikey={1}
tooltip='Add Result'
@ -167,6 +168,7 @@ class ResultTable extends Component {
disabled={this.props.locked}
hidetooltip={this.props.locked}
/>
</span>
</h2>
<Table data={this.props.results}>