ArafatKhan2198 commented on PR #5983:
URL: https://github.com/apache/ozone/pull/5983#issuecomment-2016433109

   Thank you for addressing this, @aierate. Could you provide further 
clarification on the issue you're encountering? Are you attempting to implement 
a search functionality for the **`Node Status`** table, or are you resolving an 
existing issue with it?
   
   The logic for handling the search in this table is present in the 
`scm-overview.html` file at :- 
https://github.com/apache/ozone/blob/74f04a732809fb19366e490f79a6b4c0e40ce44c/hadoop-hdds/server-scm/src/main/resources/webapps/scm/scm-overview.html#L64
   
   ### How it works :- 
   When the user types something into the search input, AngularJS updates the 
value of `$scope.search`.
   The filter:search part of the ng-repeat directive then filters the items in 
the nodeStatus array based on the value of `$scope.search`, showing only those 
items that match the search criteria. The items are then displayed in the table 
row (<tr>) according to the filtering applied.
   
   I checked it with the upsteream master build and the search works fine.
   <img width="1635" alt="image" 
src="https://github.com/apache/ozone/assets/98023601/b27f4598-8913-4247-912a-6afc333d80ce";>
   
   


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


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

Reply via email to