zrhoffman commented on code in PR #7088:
URL: https://github.com/apache/trafficcontrol/pull/7088#discussion_r982540681


##########
traffic_portal/app/src/common/modules/table/agGrid/grid.tpl.html:
##########
@@ -61,6 +61,7 @@
                                </menu>
                        </div>
                        <button class="btn btn-default" title="Refresh" 
ng-if="$ctrl.options.refreshable" ng-click="refresh()"><i class="fa 
fa-refresh"></i></button>
+                       <button class="btn btn-default" title="clearFilters" 
ng-click="$ctrl.clearTableFilters()">Clear <i class="fa fa-filter"></i></button>

Review Comment:
   > `title="clearFilters"`
   
   This should be a human-readable title



##########
traffic_portal/app/src/common/modules/table/deliveryServiceRequests/table.deliveryServiceRequests.tpl.html:
##########
@@ -44,13 +44,13 @@
                         </li>
                     </menu>
                 </div>
+                <button class="btn btn-default" title="clearFilters" 
ng-click="clearTableFilters()">Clear <i class="fa fa-filter"></i></button>

Review Comment:
   > `title="clearFilters"`
   
   This should be a human-readable title



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to