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:
parent
1a118de0a5
commit
18af356dd5
1 changed files with 2 additions and 0 deletions
|
@ -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}>
|
||||
|
|
Loading…
Add table
Reference in a new issue