JoeFuentes-WebDev commented on a change in pull request #6345:
URL: https://github.com/apache/incubator-pinot/pull/6345#discussion_r542811268
##########
File path:
thirdeye/thirdeye-frontend/app/pods/components/composite-anomalies/parent-anomalies/template.hbs
##########
@@ -0,0 +1,20 @@
+<div class='panel-group'>
+ <div class='panel panel-default'>
+ <div class='panel-heading'>
+ <h4 class="panel-title">{{title}}</h4>
+ </div>
+ {{#if tableData.length}}
+ <div class='panel-body'>
+ {{models-table
+ data=tableData
+ columns=tableColumns
+ showGlobalFilter=false
+ showColumnsDropdown=false
+ customClasses=customClasses
+ }}
+ </div>
+ {{else}}
+ <p class="composite-anomalies-no-records">{{noRecords}}</p>
+ {{/if}}
+ </div>
+</div>
Review comment:
Thanks! yup, I'll address the formatting and add the plugin to my
VS-Code.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]