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 <a.lauterer@proxmox.com>
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
Stoiko Ivanov 2022-09-12 15:37:38 +02:00 committed by Thomas Lamprecht
parent ef09450c1d
commit c5b25c00ff

View File

@ -68,7 +68,7 @@ my $init_report_cmds = sub {
], ],
}, },
network => { network => {
order => 40, order => 45,
cmds => [ cmds => [
'ip -details -statistics address', 'ip -details -statistics address',
'ip -details -4 route show', 'ip -details -4 route show',