This is an automated email from the ASF dual-hosted git repository.

sardell pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/metron.git


The following commit(s) were added to refs/heads/master by this push:
     new d8bd35d  METRON-1936 Cypress fails when trying to parse double quotes 
(sardell) closes apache/metron#1301
d8bd35d is described below

commit d8bd35d192e1a141ea2773dae40c58b3b60a7802
Author: sardell <[email protected]>
AuthorDate: Wed Dec 19 15:33:49 2018 +0100

    METRON-1936 Cypress fails when trying to parse double quotes (sardell) 
closes apache/metron#1301
---
 .../metron-alerts/src/app/pcap/pcap-filters/pcap-filters.component.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/metron-interface/metron-alerts/src/app/pcap/pcap-filters/pcap-filters.component.html
 
b/metron-interface/metron-alerts/src/app/pcap/pcap-filters/pcap-filters.component.html
index c7a4db5..d17fdb3 100644
--- 
a/metron-interface/metron-alerts/src/app/pcap/pcap-filters/pcap-filters.component.html
+++ 
b/metron-interface/metron-alerts/src/app/pcap/pcap-filters/pcap-filters.component.html
@@ -64,7 +64,7 @@
 <div class="pcap-search-validation-errors alert alert-danger" 
*ngIf="filterForm.invalid">
   <h5 class="alert-heading">Validation errors</h5>
   <ul>
-    <li *ngIf="filterForm.controls.startTime.invalid || 
filterForm.controls.endTime.invalid">Selected date range is invalid. The "To" 
date must be later than the "From" date and the "To" date cannot be in the 
future.</li>
+    <li *ngIf="filterForm.controls.startTime.invalid || 
filterForm.controls.endTime.invalid">Selected date range is invalid. The 'To' 
date must be later than the 'From' date and the 'To' date cannot be in the 
future.</li>
     <li *ngIf="filterForm.controls.ipSrcAddr.invalid">Source IP address format 
is invalid. Use valid v4IP format, for example, 192.168.0.1</li>
     <li *ngIf="filterForm.controls.ipSrcPort.invalid">Source port is invalid. 
Port number must be within the range of 0-65535.</li>
     <li *ngIf="filterForm.controls.ipDstAddr.invalid">Destination IP address 
format is invalid. Use valid v4IP format, for example, 192.168.0.1</li>

Reply via email to