Adding server list. While underline component is a tree, right now it has one level only. I am going to add folders (for tree like structure) later.
The component has a filter to search by name. Filter can contains many words separated by spaces. Filters those servers which have all words ignoring case.
E.g. suppose we have the following servers
FX.PROD.spot.hdb.0
FX.PROD.spot.hdb.1
FX.PROD.spot.rdb
Then filter "spot fx hdb prod" would leave the first two servers from the above.
Adding server list. While underline component is a tree, right now it has one level only. I am going to add folders (for tree like structure) later. The component has a filter to search by name. Filter can contains many words separated by spaces. Filters those servers which have all words ignoring case. E.g. suppose we have the following servers FX.PROD.spot.hdb.0 FX.PROD.spot.hdb.1 FX.PROD.spot.rdb
Then filter "spot fx hdb prod" would leave the first two servers from the above.