tiborm commented on a change in pull request #1514: METRON-2190: [UI] Alerts 
UI: Indicating loading and preventing parallel requests
URL: https://github.com/apache/metron/pull/1514#discussion_r326992592
 
 

 ##########
 File path: 
metron-interface/metron-alerts/src/app/alerts/alerts-list/alerts-list.component.html
 ##########
 @@ -84,14 +92,20 @@
 
 <div class="container-fluid no-gutters">
     <div class="row">
-      <div class="px-0" style="width: 200px;max-width: 200px;" 
[class.d-none]="hideQueryBuilder">
+      <div class="px-0" style="width: 200px;max-width: 200px;" 
[class.d-none]="isQueryBuilderModeManual()">
         <app-alert-filters [facets]="searchResponse.facetCounts" 
(facetFilterChange)="onAddFacetFilter($event)"> </app-alert-filters>
       </div>
       <div class="col px-0 pl-4" style="overflow: auto;">
-        <div class="alert alert-warning" role="alert" *ngIf="staleDataState" 
data-qe-id="staleDataWarning">
-            <i class="fa fa-warning" aria-hidden="true"></i> Data is in a 
stale state! Click
-            <i class="fa fa-search" aria-hidden="true"></i> to update your 
view based on your current filter and time-range configuration!
-        </div>
 
 Review comment:
   The data state related warning messages was refactored to functions.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to