You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the resource details screen currently has two separate "controls" help sections, one of which is for the details screen and the other of which is for the table:
I believe the top one is rendered by the details view, and the lower one is rendered by the table itself.
This is not the case for the task details view, because it doesn't include a table element:
We might want to combine these? Or...maybe it's fine? What do people think?
The text was updated successfully, but these errors were encountered:
It is a little bit better. All the controls are now rendered at the top of the resource detail screen. However, the controls for the table of Async Ops is still rendered above that table and need to be removed.
The controls that are rendered at the top of the Async Ops table come from here. This can be removed and then the necessary cleanup performed so that we don't have unused variables hanging around.
It looks like the resource details screen currently has two separate "controls" help sections, one of which is for the details screen and the other of which is for the table:
I believe the top one is rendered by the details view, and the lower one is rendered by the table itself.
This is not the case for the task details view, because it doesn't include a table element:
We might want to combine these? Or...maybe it's fine? What do people think?
The text was updated successfully, but these errors were encountered: