Closed
Description
What problem are you trying to solve?
In the resource detail view, there is a table of async ops associated with the resource. The user can move up and down to highlight a specific resource. However, going straight to the associated task isn't easy.

How should the problem be solved?
It would be nice to be able to press a key and jump to that task in the tasks list view, or a different key and jump straight to the task's detail view.
Any alternatives you've considered?
We could also open a modal view with the task details in there.
How would users interact with this feature?
Perhaps the return
key could be used to jump to the task in the task list. This would mean that hitting return twice would result in jumping on to the details view. Alternatively (or in addition), a specific key (d
for details?) could take the user straight to the task details view.