feat: show horizontal scroll title
Show a horizontal scroll title, with arrows, if available
This commit is contained in:
@@ -168,7 +168,7 @@ impl DockerData {
|
||||
(None, None)
|
||||
};
|
||||
|
||||
// TODO is hardcoded eth0 a good idea here? - Could use first() instead?
|
||||
// TODO is hardcoded eth0 a good idea here?
|
||||
let (rx, tx) = stats.networks.as_ref().map_or((0, 0), |i| {
|
||||
i.get("eth0").map_or((0, 0), |x| {
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user