mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
more root dir UI cleanup
This commit is contained in:
@@ -242,10 +242,15 @@ namespace NzbDrone.Web.Controllers
|
||||
}
|
||||
|
||||
|
||||
public ActionResult RootDir()
|
||||
public ActionResult RootList()
|
||||
{
|
||||
var rootDir = _rootFolderProvider.GetAll().Select(c => c.Path);
|
||||
return PartialView("RootDir", rootDir);
|
||||
return PartialView("RootList", rootDir);
|
||||
}
|
||||
|
||||
public ActionResult RootDir()
|
||||
{
|
||||
return PartialView("RootDir");
|
||||
}
|
||||
|
||||
public JsonResult DeleteRootDir(string path)
|
||||
|
Reference in New Issue
Block a user