Add exploits timeline to unexploited machines

This commit is contained in:
Itay Mizeretz 2017-09-24 17:25:33 +03:00
parent 4afbfb8280
commit d4d7d15fa0
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ class PreviewPaneComponent extends React.Component {
{this.accessibleRow(asset)}
</tbody>
</table>
{this.exploitsTimeline(asset)}
</div>
);
}