From 27c50fdc55802b8accfe26866d2da2e9e7454042 Mon Sep 17 00:00:00 2001 From: Shay Nehmad Date: Thu, 25 Jun 2020 10:54:59 +0300 Subject: [PATCH] Fix some whitespace issues in the events modal --- .../report-components/zerotrust/EventsModal.js | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/monkey/monkey_island/cc/ui/src/components/report-components/zerotrust/EventsModal.js b/monkey/monkey_island/cc/ui/src/components/report-components/zerotrust/EventsModal.js index 066e79367..6bc7fda5b 100644 --- a/monkey/monkey_island/cc/ui/src/components/report-components/zerotrust/EventsModal.js +++ b/monkey/monkey_island/cc/ui/src/components/report-components/zerotrust/EventsModal.js @@ -26,14 +26,13 @@ export default class EventsModal extends AuthComponent {

- There {Pluralize('is', this.props.event_count)} {

{this.props.event_count}
} - {Pluralize('event', this.props.event_count)} associated - with this finding. - {
- {this.props.latest_events.length + this.props.oldest_events.length} -
} {Pluralize('is', this.props.event_count)} displayed below. - All events can be exported to json. + There {Pluralize('is', this.props.event_count)} { +
{this.props.event_count}
+ } {Pluralize('event', this.props.event_count)} associated with this finding. { +
+ {this.props.latest_events.length + this.props.oldest_events.length} +
+ } {Pluralize('is', this.props.event_count)} displayed below. All events can be exported using the Export button.

{this.props.event_count > 5 ? this.renderButtons() : null}