forked from p34709852/monkey
UI: Modify variable names in T1082.js as per changes to backend
This commit is contained in:
parent
547d4fce54
commit
5ab7bc520e
|
@ -37,9 +37,9 @@ class T1082 extends React.Component {
|
|||
{this.props.data.status === ScanStatus.USED ?
|
||||
<ReactTable
|
||||
columns={T1082.getSystemInfoColumns()}
|
||||
data={this.props.data.system_info}
|
||||
data={this.props.data.technique_data}
|
||||
showPagination={false}
|
||||
defaultPageSize={this.props.data.system_info.length}
|
||||
defaultPageSize={this.props.data.technique_data.length}
|
||||
/> : ''}
|
||||
<MitigationsComponent mitigations={this.props.data.mitigations}/>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue