Added header to used commands table.

This commit is contained in:
VakarisZ 2019-06-10 12:41:29 +03:00
parent 6636cd23e8
commit 6ca33fff68
1 changed files with 1 additions and 0 deletions

View File

@ -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' }},