Github user merrimanr commented on a diff in the pull request:
https://github.com/apache/metron/pull/1077#discussion_r197793776
--- Diff:
metron-interface/metron-alerts/src/app/alerts/alert-details/alert-details.component.ts
---
@@ -224,20 +223,22 @@ export class AlertDetailsComponent implements OnInit {
onAddComment() {
let alertComment = new AlertComment(this.alertCommentStr,
this.authenticationService.getCurrentUserName(), new Date().getTime());
let tAlertComments = this.alertCommentsWrapper.map(alertsWrapper =>
alertsWrapper.alertComment);
--- End diff --
I agree. This is not part of this PR but happy to change it.
---