Added header to used commands table.
This commit is contained in:
parent
6636cd23e8
commit
6ca33fff68
|
@ -12,6 +12,7 @@ class T1059 extends React.Component {
|
|||
|
||||
static getHashColumns() {
|
||||
return ([{
|
||||
Header: 'Example commands used',
|
||||
columns: [
|
||||
{Header: 'Machine', id: 'machine', accessor: x => RenderMachine(x.data[0].machine), style: { 'whiteSpace': 'unset'}, width: 160 },
|
||||
{Header: 'Approx. Time', id: 'time', accessor: x => x.data[0].info.finished, style: { 'whiteSpace': 'unset' }},
|
||||
|
|
Loading…
Reference in New Issue