@@ -0,0 +1,11 @@
package proxmoxaas_common_lib
const KiB = 1024
const MiB = KiB * 1024
const GiB = MiB * 1024
const TiB = GiB * 1024
const KB = 1000
const MB = KB * 1000
const GB = MB * 1000
const TB = GB * 1000
The note is not visible to the blocked user.