mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2024-11-22 08:16:25 -06:00
Change display on tables from (circuit) (ip) to just the circuit name if known.
This commit is contained in:
parent
527b5327a9
commit
bcd7842755
@ -40,7 +40,7 @@ impl From<&IpStats> for IpStatsWithPlan {
|
||||
} else {
|
||||
&circuit.circuit_name
|
||||
};
|
||||
result.ip_address = format!("{} ({})", name, result.ip_address);
|
||||
result.ip_address = format!("{}", name);
|
||||
result.plan = DownUpOrder::new(circuit.download_max_mbps, circuit.upload_max_mbps);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user