mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 09:59:33 +00:00
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:
parent
ef09450c1d
commit
c5b25c00ff
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user