mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Correct output order in CSV files
This commit is contained in:
parent
b6eadc2edf
commit
05e4a2f59f
@ -18,8 +18,8 @@ struct ShapedDevice {
|
||||
pub ipv4: String,
|
||||
pub ipv6: String,
|
||||
pub download_min: u64,
|
||||
pub download_max: u64,
|
||||
pub upload_min: u64,
|
||||
pub download_max: u64,
|
||||
pub upload_max: u64,
|
||||
pub comment: String,
|
||||
}
|
||||
|
@ -16,8 +16,8 @@ struct ShapedDevice {
|
||||
pub ipv4: String,
|
||||
pub ipv6: String,
|
||||
pub download_min: u64,
|
||||
pub download_max: u64,
|
||||
pub upload_min: u64,
|
||||
pub download_max: u64,
|
||||
pub upload_max: u64,
|
||||
pub comment: String,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user