Dominik Csapak 6d55603dcc ui: add search box to DataStore content
which searches the whole tree (name & owner)

we do this by traversing the tree and marking elements as matches,
then afterwards make a simple filter that matches on a boolean

worst case cost of this is O(2n) since we have to traverse the
tree (in the worst) case one time, and the filter function does it again

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2020-07-27 12:51:11 +02:00
..
2020-07-27 12:47:51 +02:00
2020-07-27 12:47:51 +02:00
2019-01-30 15:16:10 +01:00
2020-05-25 15:44:39 +02:00
2020-07-23 12:06:38 +02:00
2020-07-27 12:47:51 +02:00
2019-01-22 12:10:38 +01:00