fix: omv integrations is unable to correctly retrieve the file system when using omv-zfs (#2337)
* fix: omv integrations is unable to correctly retrieve the file system when using omv-zfs
This commit is contained in:
@@ -67,7 +67,7 @@ export class OpenMediaVaultIntegration extends Integration {
|
||||
const fileSystem = fileSystemResult.data.response.map((fileSystem) => ({
|
||||
deviceName: fileSystem.devicename,
|
||||
used: fileSystem.used,
|
||||
available: fileSystem.available,
|
||||
available: fileSystem.available.toString(),
|
||||
percentage: fileSystem.percentage,
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user