mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-24 22:35:49 -04:00
Free space widgets
Fixed: Free space widgets take up less space on smaller screens
This commit is contained in:
@@ -32,7 +32,7 @@ namespace NzbDrone.Web.Controllers
|
||||
[OutputCache(Duration = 600)]
|
||||
public ActionResult FreeSpace()
|
||||
{
|
||||
var rootDirs = _rootDirProvider.AllWithFreeSpace();
|
||||
var rootDirs = _rootDirProvider.FreeSpaceOnDrives();
|
||||
|
||||
return PartialView(rootDirs);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user