move HumanByte to pbs-abi-types crate
Originally-by: Dietmar Maurer <dietmar@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -7,10 +7,9 @@ use proxmox::tools::email::sendmail;
|
||||
use proxmox_lang::try_block;
|
||||
use proxmox_schema::{parse_property_string, ApiType};
|
||||
|
||||
use pbs_tools::format::HumanByte;
|
||||
use pbs_api_types::{
|
||||
User, TapeBackupJobSetup, SyncJobConfig, VerificationJobConfig,
|
||||
APTUpdateInfo, GarbageCollectionStatus,
|
||||
APTUpdateInfo, GarbageCollectionStatus, HumanByte,
|
||||
Userid, Notify, DatastoreNotify, DataStoreConfig,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user