fix: service application view
This commit is contained in:
parent
3fc9cf90ab
commit
ccdaf59ecb
1 changed files with 5 additions and 0 deletions
|
|
@ -112,4 +112,9 @@ public function getFilesFromServer(bool $isInit = false)
|
||||||
{
|
{
|
||||||
getFilesystemVolumesFromServer($this, $isInit);
|
getFilesystemVolumesFromServer($this, $isInit);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function isBackupSolutionAvailable()
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue