From: Stoiko Ivanov Date: Mon, 12 Sep 2022 13:37:38 +0000 (+0200) Subject: report: stabilize order of guests and network X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=c5b25c00ff525865b553dcaa00952bb41a6d194f;p=pve-manager.git report: stabilize order of guests and network both categories have '40' as their order - leading to random swaps between those 2 categories in the actual report. I only increased the order of network, instead of renumerating all succeeding categories by 10 (mostly for better readability of the patch) Suggested-by: Aaron Lauterer Signed-off-by: Stoiko Ivanov --- diff --git a/PVE/Report.pm b/PVE/Report.pm index 3c61c1e4..b8bceb24 100644 --- a/PVE/Report.pm +++ b/PVE/Report.pm @@ -68,7 +68,7 @@ my $init_report_cmds = sub { ], }, network => { - order => 40, + order => 45, cmds => [ 'ip -details -statistics address', 'ip -details -4 route show',