mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
link to scenario only in first table column (name)
This commit is contained in:
parent
4bcebd29a4
commit
5ab70f2bbd
1 changed files with 2 additions and 2 deletions
|
@ -178,8 +178,8 @@ class Scenarios extends Component {
|
|||
|
||||
<Table data={this.state.scenarios}>
|
||||
<TableColumn title='Name' dataKey='name' link='/scenarios/' linkKey='id' />
|
||||
<TableColumn title='ID' dataKey='id' link='/scenarios/' linkKey='id' />
|
||||
<TableColumn title='Running' dataKey='running' link='/scenarios/' linkKey='id' />
|
||||
<TableColumn title='ID' dataKey='id' />
|
||||
<TableColumn title='Running' dataKey='running' />
|
||||
<TableColumn
|
||||
width='200'
|
||||
editButton
|
||||
|
|
Loading…
Add table
Reference in a new issue