]> git.proxmox.com Git - pve-manager-legacy.git/commit
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)
commit4458a78d4bd532a9cc70dbb324154db8f5776bd9
tree582f7501cd8eeedf0406ea0814a0faf99098c4a0
parent327bd5e01556dbc07b44d7e07c3b146cc31fb4b0
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>
PVE/Report.pm