]> git.proxmox.com Git - proxmox-backup.git/commit
move MetricServerInfo definition to pbs-api-types
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 9 Oct 2023 06:17:46 +0000 (08:17 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 9 Oct 2023 06:19:08 +0000 (08:19 +0200)
commit4a33ad1ca5b2d2962adba9d965da867cd77d73cd
tree897c60ff439c8c5935d1c5598c7cfa72d91e916d
parent344db2d6f68946e7e8236c79f9c2b9acc28bf345
move MetricServerInfo definition to pbs-api-types

And derive Clone, Eq and Ord so that we can sort the list in the GUI.

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
pbs-api-types/src/metrics.rs
src/api2/admin/metrics.rs