UI: Add logs' download buttons to Island node in the map

Fixes 
This commit is contained in:
Shreya Malviya 2022-04-18 18:59:44 +05:30 committed by Mike Salvatore
parent e9895a04f5
commit 7b53008ce8
1 changed files with 1 additions and 0 deletions
monkey/monkey_island/cc/ui/src/components/map/preview-pane

View File

@ -137,6 +137,7 @@ class PreviewPaneComponent extends AuthComponent {
{this.ipsRow(asset)} {this.ipsRow(asset)}
{this.servicesRow(asset)} {this.servicesRow(asset)}
{this.accessibleRow(asset)} {this.accessibleRow(asset)}
{this.downloadLogsRow(asset)}
</tbody> </tbody>
</table> </table>
{this.exploitsTimeline(asset)} {this.exploitsTimeline(asset)}