Hello,
I've recently been testing out Databricks experiments for a project of mine. I wanted to nest runs, and then see these runs grouped by their parent in the experiments UI. For the longest time, I couldn't figure out how to do this. I was seeing something like this when running the experiments locally:

Eventually I found out that by running the experiments on Databricks instead of locally, I get different experiment hyperlinks when the runs finish (In a message like "Logged 6 runs to an experiment in MLflow."). On databricks, one of the hyperlinks brings me to a page that shows the runs nested under their parent:

But from here, if I click into one of the tabs at the top like "Traces" or "Evaluations", I have no way back to this grouped view in the UI. The only way I have found to do this is to manually modify the URL and append "/runs" after the experiment id. For example: "https://adb_domain_name/ml/experiments/experiment_id/runs"
Is there a button I'm missing? Thanks in advance!