-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apply the right sorting depending on the list #721
Comments
Update PR: #722 To fix the related problems in the issue I've made these changes: Fix wz-tag-filtersIn the wazuh-splunk/SplunkAppForWazuh/appserver/static/js/controllers/agents/agents/agentsCtrl.js Lines 99 to 107 in 6b2f85f
In the Fix Agents > SCA tablesI've applied an implicit sort by id. Lines 184 to 186 in 6b2f85f
|
Update Improved the sort method in the agent controller, now it takes into account letters and numbers. wazuh-splunk/SplunkAppForWazuh/appserver/static/js/controllers/agents/agents/agentsCtrl.js Lines 99 to 107 in 641e557
|
Description
Some tables and lists have a default value for the initial sorting that not always makes sense.
Steps to reproduce
Open a section with a table, use the agents search bar, there are a lot of examples in the app.
Screenshots
Agents search bar:
Checks list from an SCA policy:
The text was updated successfully, but these errors were encountered: