Fix column misalignment in netstats report
This commit is contained in:
parent
8e5c16dbf6
commit
0c945f87ab
1 changed files with 1 additions and 1 deletions
|
@ -945,7 +945,7 @@ struct bandwidth_stats {
|
|||
int in_packets;
|
||||
int in_bytes;
|
||||
int day;
|
||||
const static size_t type_width = 16;
|
||||
const static size_t type_width = 20;
|
||||
const static size_t packet_width = 7;
|
||||
const static size_t bytes_width = 10;
|
||||
bandwidth_stats& operator+=(const bandwidth_stats& a)
|
||||
|
|
Loading…
Add table
Reference in a new issue