Commit 2ce3d81
authored
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.1 parent 426dfcf commit 2ce3d81
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
0 commit comments