refactor: coming soon backups

This commit is contained in:
Nicolas Meienberger
2025-09-26 22:21:37 +02:00
parent 604e92ab1e
commit 5b87050013
3 changed files with 439 additions and 422 deletions

View File

@@ -19,7 +19,7 @@ export const VolumeInfoTabContent = ({ volume, statfs }: Props) => {
<div className="lg:row-span-1">
<HealthchecksCard volume={volume} />
</div>
<div className="">
<div>
<StorageChart statfs={statfs} />
</div>
</div>