CharlesSkelton / studio

Studio for kdb+ / Rapid execution environment for q
Apache License 2.0
94 stars 61 forks source link

Server list #7

Closed dzmipt closed 4 years ago

dzmipt commented 4 years ago

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.

dzmipt commented 4 years ago

will raise squash commits and put several features into PR.