Changes suggested by Adam Wójcik
This commit is contained in:
parent
04d6c4aa87
commit
9cd323b675
|
@ -31,7 +31,7 @@ export default class ReactFlowDashboard extends React.Component<IReactFlowDashbo
|
||||||
const columns : IColumn[] = [
|
const columns : IColumn[] = [
|
||||||
{
|
{
|
||||||
key: 'id',
|
key: 'id',
|
||||||
name: 'Flow Display name',
|
name: 'Display name',
|
||||||
fieldName: 'flowDisplayName',
|
fieldName: 'flowDisplayName',
|
||||||
minWidth: 100,
|
minWidth: 100,
|
||||||
maxWidth: 125,
|
maxWidth: 125,
|
||||||
|
@ -47,7 +47,7 @@ export default class ReactFlowDashboard extends React.Component<IReactFlowDashbo
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'id',
|
key: 'id',
|
||||||
name: 'Flow Author',
|
name: 'Author',
|
||||||
fieldName: 'flowAuthor',
|
fieldName: 'flowAuthor',
|
||||||
minWidth: 100,
|
minWidth: 100,
|
||||||
maxWidth: 125,
|
maxWidth: 125,
|
||||||
|
@ -63,7 +63,7 @@ export default class ReactFlowDashboard extends React.Component<IReactFlowDashbo
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'id',
|
key: 'id',
|
||||||
name: 'Flow Name',
|
name: 'Name',
|
||||||
fieldName: 'flowName',
|
fieldName: 'flowName',
|
||||||
minWidth: 50,
|
minWidth: 50,
|
||||||
maxWidth: 125,
|
maxWidth: 125,
|
||||||
|
|
Loading…
Reference in New Issue