report: move subscription info further up
This is something that is checked all the time. Having it further up saves on scrolling and brings it into better alignment with PVE & PMG regarding where in the report the info is located. Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
This commit is contained in:
parent
415da09826
commit
b2fc573a62
@ -19,11 +19,11 @@ fn commands() -> Vec<(&'static str, Vec<&'static str>)> {
|
|||||||
vec![
|
vec![
|
||||||
// ("<command>", vec![<arg [, arg]>])
|
// ("<command>", vec![<arg [, arg]>])
|
||||||
("proxmox-backup-manager", vec!["versions", "--verbose"]),
|
("proxmox-backup-manager", vec!["versions", "--verbose"]),
|
||||||
|
("proxmox-backup-manager", vec!["subscription", "get"]),
|
||||||
("df", vec!["-h"]),
|
("df", vec!["-h"]),
|
||||||
("lsblk", vec!["--ascii"]),
|
("lsblk", vec!["--ascii"]),
|
||||||
("zpool", vec!["status"]),
|
("zpool", vec!["status"]),
|
||||||
("zfs", vec!["list"]),
|
("zfs", vec!["list"]),
|
||||||
("proxmox-backup-manager", vec!["subscription", "get"]),
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user