rymarm opened a new pull request, #2820: URL: https://github.com/apache/drill/pull/2820
# [DRILL-8451](https://issues.apache.org/jira/browse/DRILL-8451): options and profile pages have bad order symbols style ## Description "Options" and "Profile" pages have bad order symbols style: Current:   Expected:  "Options" and "Profile" pages were using Drill own sorting symbols styling instead of dataTables style that is used on all other pages. I've removed outdated `black-asc.gif`, `black-dsc.gif`, `black-unsorted.gif` sorting symbols, and replaced them with dataTable styled symbols. I also disabled sorting for "value" and "description" columns on "Options" page. Sorting on "value" doesn't work properly due to different types of values, and sorting on the "description" column is just redundant. ### Options page before:  after:  ### Profile page before:  after:  ## Documentation None requerid ## Testing Visual check of UI in Firefox and Edge browsers. -- 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: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org