From: Marcin Haba Date: Mon, 8 Jan 2024 09:51:31 +0000 (+0100) Subject: baculum: Fix count property in volume overview endpoint X-Git-Tag: Beta-15.0.1~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a942618296e7e64b5f21bcb5c577c0b804ed97d;p=thirdparty%2Fbacula.git baculum: Fix count property in volume overview endpoint --- diff --git a/gui/baculum/protected/API/Modules/VolumeManager.php b/gui/baculum/protected/API/Modules/VolumeManager.php index f88e1b4e9..6a35e35d4 100644 --- a/gui/baculum/protected/API/Modules/VolumeManager.php +++ b/gui/baculum/protected/API/Modules/VolumeManager.php @@ -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 ]; }