Hello.
Capital search does not work in Unauthorized Nodes of Grid.
It is working in Inactive Nodes.
Before searching, the search word is used as it is, but all hostnames seem to be changing to lowercase letters.
I think like InactiveNodesPanel.java, UnauthorizedNodesPanel.java needs this code.
pattern = pattern.toLowerCase();
Thank you.