backend: take connector name from connector
This commit is contained in:
parent
d321e888be
commit
52b91654ca
3 changed files with 12 additions and 5 deletions
|
|
@ -134,11 +134,11 @@ impl GpusPane {
|
|||
.connectors
|
||||
.lock()
|
||||
.values()
|
||||
.map(|v| v.connector.kernel_id().to_string())
|
||||
.map(|v| v.name.clone())
|
||||
.collect::<Vec<_>>();
|
||||
cs.sort();
|
||||
for c in cs {
|
||||
ui.label(c);
|
||||
ui.label(&**c);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue