Adds a loading circle and async loading for treeDetails and hardwareDetails filtering.
How to test
Go to treeDetails page or hardwareDetails page and add any filter, the page won't show the "Loading" screen anymore, instead it will show a loading circle in the filterListing and will only update the page after the data has been fetched.
This works not only for the test path filtering but also for any other filter, although with the path filter it's more noticeable.
Adds a loading circle and async loading for treeDetails and hardwareDetails filtering.
How to test
Go to treeDetails page or hardwareDetails page and add any filter, the page won't show the "Loading" screen anymore, instead it will show a loading circle in the filterListing and will only update the page after the data has been fetched. This works not only for the test path filtering but also for any other filter, although with the path filter it's more noticeable.
Closes #585