Skip to content
Snippets Groups Projects
Commit e7975b27 authored by esikkala's avatar esikkala
Browse files

Restore owner column

parent 74fcb666
No related branches found
No related tags found
No related merge requests found
...@@ -287,9 +287,9 @@ class ResultTable extends React.Component { ...@@ -287,9 +287,9 @@ class ResultTable extends React.Component {
<TableCell className={classes.withFilter}> <TableCell className={classes.withFilter}>
{this.eventRenderer(row.event)} {this.eventRenderer(row.event)}
</TableCell> </TableCell>
{/* <TableCell className={classes.withFilter}> <TableCell className={classes.withFilter}>
{this.ownerRenderer(row.owner)} {this.ownerRenderer(row.owner)}
</TableCell> */} </TableCell>
</TableRow> </TableRow>
); );
})} })}
......
...@@ -64,11 +64,11 @@ const columns = [ ...@@ -64,11 +64,11 @@ const columns = [
property: 'event', property: 'event',
desc: 'Event description' desc: 'Event description'
}, },
// { {
// label: 'Owner', label: 'Owner',
// property: 'owner', property: 'owner',
// desc: 'Material description' desc: 'Material description'
// }, },
]; ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment