]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
baculum: Fix count property in volume overview endpoint
authorMarcin Haba <marcin.haba@bacula.pl>
Mon, 8 Jan 2024 09:51:31 +0000 (10:51 +0100)
committerMarcin Haba <marcin.haba@bacula.pl>
Thu, 18 Jan 2024 09:22:37 +0000 (10:22 +0100)
gui/baculum/protected/API/Modules/VolumeManager.php

index f88e1b4e905c5a1000d5c07ca00ed64d6e1efdfe..6a35e35d49ca746d4a132bf6ea87d411aece092c 100644 (file)
@@ -74,7 +74,6 @@ class VolumeManager extends APIModule {
                        self::VOLTYPE_DEDUP_OLD_DEV,
                        self::VOLTYPE_VALIGNED_DEV,
                        self::VOLTYPE_VDEDUP_DEV,
-                       self::VOLTYPE_CLOUD_DEV,
                        self::VOLTYPE_DEDUP_DEV
                ];
        }