harleyjj commented on a change in pull request #4118: [TE] frontend - 
harleyjj/home - get all anomalies by subscription group
URL: https://github.com/apache/incubator-pinot/pull/4118#discussion_r275979013
 
 

 ##########
 File path: thirdeye/thirdeye-frontend/app/pods/home/index/template.hbs
 ##########
 @@ -19,19 +19,46 @@
 
   <article class="dashboard-container__body">
     <section class="dashboard-container__application-header">
-      <h2 
class="dashboard-container__title">Application:<span>{{appName}}</span></h2>
-      <div class="dashboard-container__application-header-dropdown">
-        {{#power-select
-          options=sortedApplications
-          selected=appNameSelected
-          searchField="application"
-          searchEnabled=true
-          placeholder="Please pick an application"
-          onchange=(action "selectApplication")
-          as |app|}}
-          {{app.application}}
-        {{/power-select}}
-      </div>
+      <h3 class="dashboard-container__title">Anomalies by: </h3>
 
 Review comment:
   How about "Anomalies Filtered by" ?

----------------------------------------------------------------
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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to