]> git.proxmox.com Git - pve-manager.git/commitdiff
report: stabilize order of guests and network
authorStoiko Ivanov <s.ivanov@proxmox.com>
Mon, 12 Sep 2022 13:37:38 +0000 (15:37 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Sep 2022 14:04:18 +0000 (16:04 +0200)
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>
PVE/Report.pm

index 3c61c1e41b6355f807b9e1db15bb69e65c3d94ad..b8bceb2474edf91c123ff9996a026793779beecf 100644 (file)
@@ -68,7 +68,7 @@ my $init_report_cmds = sub {
            ],
        },
        network => {
-           order => 40,
+           order => 45,
            cmds => [
                'ip -details -statistics address',
                'ip -details -4 route show',