You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by GitBox <gi...@apache.org> on 2019/10/28 23:35:45 UTC

[GitHub] [metron] sardell commented on a change in pull request #1543: METRON-2295: [UI] Displaying "No Data" message in the Alerts UI screen

sardell commented on a change in pull request #1543: METRON-2295: [UI] Displaying "No Data" message in the Alerts UI screen
URL: https://github.com/apache/metron/pull/1543#discussion_r339839148
 
 

 ##########
 File path: metron-interface/metron-alerts/src/app/alerts/alerts-list/table-view/table-view.component.scss
 ##########
 @@ -38,3 +38,20 @@
   padding: 0.3rem 3px;
 }
 
+.below-table-area {
+  display: flex;
+  justify-content: center;
+}
+
+.no-result-box {
+  position: absolute;
 
 Review comment:
   Instead of using all this absolute positioning stuff with transforms, couldn't you do something like the following?
   ```
       align-items: center;
       display: flex;
       flex-direction: column;
       padding-top: 50px;
       width: 200px;
       
   ```
   
   Might be a little more reliable in case of browser resizing.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services