Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(console): fix task detail view Id to display remote tokio::task::…
…Id (#455) In #403, the tasks list view was changed to display the `tokio::task::Id` of the task, instead of the tokio-console generated display ID (which isn't stable across restarts of the tokio-console itself. However, the task detail view wasn't updated and was still using the display ID. This change fixes the ID displayed in the task detail view so that it also displays the `tokio::task::Id` of the task.
- Loading branch information