mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 03:38:26 -07:00
Free space widgets
Fixed: Free space widgets take up less space on smaller screens
This commit is contained in:
parent
607f1b07d3
commit
ae0648b8f4
5 changed files with 59 additions and 7 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue